When to use this
UseupdateWebhook to change an existing webhook’s url, subscribed events, or active state — without deleting and recreating it (which would generate a new id and a new signing relationship).
Only the Admin/Owner of your Hireflix account can update webhooks.
Before you start
You’ll need the webhook’sid. If you don’t have it, see Fetching Webhooks. Don’t forget to send your Hireflix API Key in the Authorization header to https://api.hireflix.com/me.
GraphQL Request
Explanation
- input.id – the webhook you want to update (required).
- input.url – new callback endpoint, if changing it.
- input.events – new full list of subscribed events — replaces the existing list entirely.
- input.active –
trueto keep/enable deliveries,falseto pause them.
Example Response
Learn next?
Let’s learn how to delete a webhook.

