Add Additional Webhook Fields through GraphQL API

It would be great if we could access webhook fields that are currently only available in the UI. Specifically:

  • Description
  • Created By
  • Last Updated
  • URL

Use case:
We are wanting to manage webhooks for a growing list of boards. Currently it is very tedious to click through the UI to create/update webhooks. We have the knowledge in house to leverage Monday’s API to create/delete webhooks instead, but we can’t safely delete webhooks without knowing where they point, or at the very least who created them. A recent example would be needing to change the endpoint URL for ~20 webhooks across a few boards. Not all webhooks on those boards need to be changed, so we can’t simply delete/recreate them. Being able to retrieve the URL or creator would solve this issue.

See:


image