rotateWebhookEndpointSecret
Generate a new signing secret (invalidates the old one). Response includes the new secret.
rotateWebhookEndpointSecret(
id: ID!
): WebhookEndpoint!
Arguments
rotateWebhookEndpointSecret.id ● ID! non-null scalar
Type
WebhookEndpoint object
A registered webhook endpoint. Riverr POSTs a signed event payload to url
whenever one of enabledEvents occurs for your enterprise, so you can react to
changes in real time instead of polling the API.