Example 8261
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "boulevard-hooks"
secret: "MQlkOoCiM2EDe0Q37vEKxi7gzoM1nUrA"
endpoints: [
{
url: "https://creative-giant.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://glum-utilization.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 4
backoff: "exponential"
interval: 54 # seconds
}
timeout: 6 # seconds
}