Mutations
/
create_webhook

create_webhook

Create a new webhook.

Arguments

  • board_id
    ID!
    Required
    The board's unique identifier.
  • config
    JSON
    The webhook config
  • event
    WebhookEventType!
    Required
    The event to listen to
  • url
    String!
    Required
    The webhook URL.

Returns

mutation create_webhook($board_id: ID!, $event: WebhookEventType!, $url: String!) {
create_webhook(board_id: $board_id, event: $event, url: $url) {
# create_webhook fields
}
}
create_subitemcreate_workspace
Built with