Example 4972
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "fog-hooks"
secret: "WD0YFH5i0VRW23hPtNsARaYTYVeG8hh8"
endpoints: [
{
url: "https://rigid-soybean.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://total-doing.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "linear"
interval: 37 # seconds
}
timeout: 14 # seconds
}