Example 8373

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "colon-hooks"
secret: "BOuLtvMS6gUfl5SQ68qRanWqehYyqMVg"
endpoints: [
{
url: "https://wiggly-marimba.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://monumental-tenant.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

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

See also