I need to add an integration to a board via the API but it appears the API key I’ve created does not have the webhooks scope.
My query:
mutation {
create_webhook (board_id: xxxxxxxxxx, url: "https://www.webhooks.my-webhook/test", event: change_column_value) {
id
board_id
}
}
yields:
{
"data": {
"create_webhook": null
},
"account_id": xxxxxxx
}
and does not create the webhook integration