Example 9774
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "bourgeoisie-hooks"
secret: "RgVJkTummwlZBa7rMN4xImHoZZ4h32VX"
endpoints: [
{
url: "https://jubilant-seal.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://insignificant-cow.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 8
backoff: "exponential"
interval: 40 # seconds
}
timeout: 5 # seconds
}