Mutations
/create_webhook
create_webhook
Create a new webhook.
Arguments
board_id
ID!
Required
The board's unique identifier.config
JSON
The webhook configevent
WebhookEventType!
Required
The event to listen tourl
String!
Required
The webhook URL.
Returns
- Create a new webhook.
mutation create_webhook($board_id: ID!, $event: WebhookEventType!, $url: String!) { create_webhook(board_id: $board_id, event: $event, url: $url) { # create_webhook fields } }
Built with