Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.01 KB

GetWebhook.md

File metadata and controls

18 lines (15 loc) · 1.01 KB

brevo_csharp.Model.GetWebhook

Properties

Name Type Description Notes
Url string URL of the webhook
Id long? ID of the webhook
Description string Description of the webhook
Events List<string>
Type string Type of webhook (marketing or transactional)
CreatedAt string Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
ModifiedAt string Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
Batched bool? To send batched webhooks [optional]
Auth GetWebhookAuth [optional]
Headers List<GetWebhookHeaders> Custom headers to be send with webhooks [optional]

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