GraphQL Types
WebhookEventTypeEnum
The types of events for which you can create a webhook.
Valid Values
Value | Description |
---|---|
MILESTONE_CREATED | The Event that is triggered when a milestone is created for a component. |
Where Used
Object/Input | Field | Description |
---|---|---|
Webhook | eventType . |
Represents a webhook that monitors the creation of a milestone on a component. |
createwebhookinput | eventType . |
Specifies the event to subscribe to. Whenever the event occurs for the specified component, the system will send a POST request (a Callback) to the URL you specify as the value for the callbackURL field. Currently, only supports MILESTONE_CREATED . |