Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 868 Bytes

Webhook.md

File metadata and controls

17 lines (12 loc) · 868 Bytes

org.egoi.client.api.Model.Webhook

Properties

Name Type Description Notes
WebhookId int [optional] [readonly]
ListId int
Url string Url to send the webhook <a href='/usecases/webhooks/' target='_blank'>[Go to webhooks documentation]</a>: * Note: Only 'http' or 'https' protocols are supported.
Actions List<WebhookActionSchema> Action that will trigger the webhook
Fields List<string> Array of contact field IDs to be displayed in the webhook [optional]

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