Example 4774
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "hydrolyse-hooks"
secret: "MkPkYs2foSVNSFJhdMt3T22qcunaifPZ"
endpoints: [
{
url: "https://proper-entry.org/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://mealy-gerbil.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "exponential"
interval: 13 # seconds
}
timeout: 7 # seconds
}