Example 6267

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "sanity-hooks"
secret: "AO83Hb7THXhQBOsN5JBffBIKa5N5SETO"
endpoints: [
{
url: "https://precious-swine.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://heartfelt-hierarchy.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 3
backoff: "exponential"
interval: 51 # seconds
}
timeout: 20 # seconds
}

See also