Example 8165
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "descendant-hooks"
secret: "tPaHJuHdRt9TWXJNve0YrUy4B3oBhxRS"
endpoints: [
{
url: "https://numb-coil.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://similar-tabletop.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 40 # seconds
}
timeout: 18 # seconds
}