Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 707 Bytes

WebhookCreate.md

File metadata and controls

14 lines (10 loc) · 707 Bytes

ShipmondoApi.Dotnet.Model.WebhookCreate

Properties

Name Type Description Notes
Name string User-specified name of the webhook.
Endpoint string Endpoint the webhook sends request to.
Key string Encryption key that should encrypt and decrypt the webhook message with JWT.
Action string The action that webhook is hooked to.
ResourceName string The name of the resource that webhook is hooked to.

[Back to Model list] [Back to API list] [Back to README]