Example 3874
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "mom-hooks"
secret: "pI1tmu1jAveD7RTpPN9DlHi2g6EaVC1y"
endpoints: [
{
url: "https://granular-forage.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://slimy-airline.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "exponential"
interval: 31 # seconds
}
timeout: 8 # seconds
}