Example 5863
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "clavicle-hooks"
secret: "CMdWZK10irZZfh9FybQA3vUaNFpp782v"
endpoints: [
{
url: "https://thick-cleaner.biz//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://ragged-flu.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 8
backoff: "exponential"
interval: 53 # seconds
}
timeout: 21 # seconds
}