Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 751 Bytes

File metadata and controls

26 lines (15 loc) · 751 Bytes

WebhookResponse

Properties

Name Type Description Notes
id Integer The unique identifier for the webhook configuration.
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"