Example 16071

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "vibraphone-hooks"
secret: "6dExn5CwqZBMj2zr54tyhmGk2iwGKYB5"
endpoints: [
{
url: "https://celebrated-recovery.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://happy-go-lucky-information.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 5
backoff: "exponential"
interval: 34 # seconds
}
timeout: 9 # seconds
}

See also