Example 13274
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "pop-hooks"
secret: "wF2HuQ2jgczkXi7SKQXbnoGdrt4M2LJD"
endpoints: [
{
url: "https://wavy-grandpa.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://homely-finding.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 6
backoff: "linear"
interval: 22 # seconds
}
timeout: 24 # seconds
}