Example 15664
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "fit-hooks"
secret: "ychIVk5xlhLCNSZDNkMOC2Eyci8141by"
endpoints: [
{
url: "https://familiar-mountain.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://well-made-lava.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 4
backoff: "exponential"
interval: 41 # seconds
}
timeout: 24 # seconds
}