Add description to webhook inserted through API

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.

@basdebruin

I could have sworn that this was added recently… But I cannot find it.

This one seems like it would be a quick (and very needed) addition.

Hello @basdebruin and @JCorrell!

I have added this to the feature request :slightly_smiling_face:

Thank you for the feedback!

Cheers,
Matias

Hello there @basdebruin, taking into account that now we have app-owned webhooks, does that solve this request for you?

hi @Matias.Monday

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.

Hello @basdebruin,

Will take a look into that with the team :grin:

Cheers,
Matias