Example 6361
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "incandescence-hooks"
secret: "6jpsORYHTjPn783itWJc0Aq7oOaq20IT"
endpoints: [
{
url: "https://rundown-window.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://dapper-knitting.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 4
backoff: "exponential"
interval: 59 # seconds
}
timeout: 7 # seconds
}