Example 15878

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "outset-hooks"
secret: "G2JdVRjynCFdGGsVjvrqwOUvZF22CUHM"
endpoints: [
{
url: "https://realistic-flight.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://feline-folklore.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 9
backoff: "exponential"
interval: 32 # seconds
}
timeout: 14 # seconds
}

See also