Skip to main content

CreateWebhookEndpointInput Input Object

Input fields

ArgumentTypeDescription
nameString!Friendly name for the webhook endpoint.
urlString!The URL where webhook events will be sent.
descriptionStringAdditional notes about this webhook endpoint configuration.
secretStringSecret key used for HMAC signature generation. If provided, all webhook payloads will include an X-Webhook-Signature header.
headersStringA JSON object of key/value pairs that will be sent as headers with each webhook request.
enabledBooleanWhether this webhook endpoint is currently enabled. Disabled endpoints will not receive events.
eventTypes[String]!List of event types to subscribe to.
clientMutationIdStringA unique identifier for the client performing the mutation.