Example 13166
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "bracelet-hooks"
secret: "jUATgezR6GRqd5A9HrOmT9w7y1ztbU7q"
endpoints: [
{
url: "https://disloyal-cantaloupe.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://unaware-mortise.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 7
backoff: "exponential"
interval: 29 # seconds
}
timeout: 9 # seconds
}