Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 677 Bytes

File metadata and controls

25 lines (14 loc) · 677 Bytes

CreateWebhookOptions

Properties

Name Type Description Notes
webhookName String The name of the webhook configuration.
webhookUrl URI The URL to which the webhook notifications will be sent.
eventType List<EventTypeEnum> The list of event types that will trigger the webhook notification.

Enum: List<EventTypeEnum>

Name Value
JOB_DELIVER "JOB_DELIVER"
JOB_UPDATE "JOB_UPDATE"
PROJECT_DELIVER "PROJECT_DELIVER"
PROJECT_UPDATE "PROJECT_UPDATE"