Example 11279
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "tenement-hooks"
secret: "DAiW6gTzQ4ZtB05jP5Rs8g4OPrgW97al"
endpoints: [
{
url: "https://stormy-decryption.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://known-finger.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 10
backoff: "linear"
interval: 53 # seconds
}
timeout: 19 # seconds
}