Mutations
/create_webhook
create_webhook
Create a new webhook.
Arguments
board_idID!Required
The board's unique identifier.configJSON
The webhook configeventWebhookEventType!Required
The event to listen tourlString!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