Example 14964
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "earth-hooks"
secret: "7O2frZrv5OwgM4taxRpUY9Q9Lpsnsxa1"
endpoints: [
{
url: "https://scornful-comparison.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://flowery-injunction.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 4
backoff: "exponential"
interval: 11 # seconds
}
timeout: 9 # seconds
}