Example 5672

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "step-mother-hooks"
secret: "GljjNWybdf2M1yDuPSZcSymjpxDN6u2c"
endpoints: [
{
url: "https://impolite-executor.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://snarling-descendant.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

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

See also