More and more integration apps are adding webhooks to the user’s boards. It would be very beneficial if we could add the description to the webhook to indicates for which app this is used. You can change the description of a webhook through the UI but (AFAIK) not set the description through the API on webhook creation. It would look like this:
mutation {
create_webhook(board_id: 123456789, url: "https://my.endpoint.com", event: create_item, description: "Used for the AutoIDColumn app, do not remove")
}
Easy to implement for monday, big advantage for users and app developers.
Yes, that helps a lot. See also my reply to the post asking for feedback on webhooks. At this moment the most annoying thing is that webhooks are not visually removed from the integrations page when removed by the API. It needs a browser refresh (and sometimes a logout / login) to make them visually disappear.