createWebhookEndpoint
Register a new webhook endpoint. The response includes the signing secret (shown only once).
createWebhookEndpoint(
input: WebhookEndpointCreateInput!
): WebhookEndpoint!
Arguments
createWebhookEndpoint.input ● WebhookEndpointCreateInput! non-null input
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.