Example 3763

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "kielbasa-hooks"
secret: "KXZBzjqmIzfPhLiWoK2sCsOwUScmjPyN"
endpoints: [
{
url: "https://smoggy-baseboard.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://grizzled-runway.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 10
backoff: "exponential"
interval: 18 # seconds
}
timeout: 25 # seconds
}

See also