Example 6168

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "priesthood-hooks"
secret: "IXH7ub5dzfpjKYCX7XPYMlybKHkC9Sud"
endpoints: [
{
url: "https://mushy-kick.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://tragic-daughter.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 7
backoff: "linear"
interval: 22 # seconds
}
timeout: 8 # seconds
}

See also