Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.13 KB

WebhookNotifications.md

File metadata and controls

13 lines (8 loc) · 1.13 KB

WebhookNotifications

Properties

Name Type Description Notes
on_start Option<Veccrate::models::WebhookNotificationsOnStartInner> An optional list of notification IDs to call when the run starts. A maximum of 3 destinations can be specified for the on_start property. [optional]
on_success Option<Veccrate::models::WebhookNotificationsOnStartInner> An optional list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified for the on_success property. [optional]
on_failure Option<Veccrate::models::WebhookNotificationsOnStartInner> An optional list of notification IDs to call when the run fails. A maximum of 3 destinations can be specified for the on_failure property. [optional]

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