Example 8572
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "depot-hooks"
secret: "T4lkuv9LGzccke7YRkmQ2dopOCTlrEeQ"
endpoints: [
{
url: "https://pertinent-mom.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://hospitable-silk.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 9
backoff: "exponential"
interval: 26 # seconds
}
timeout: 28 # seconds
}