Example 14270
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "swath-hooks"
secret: "ct3k7lEBGoSDVVoyToUAIQXjY2V15FXp"
endpoints: [
{
url: "https://rough-bathrobe.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://mammoth-stranger.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 8
backoff: "exponential"
interval: 49 # seconds
}
timeout: 13 # seconds
}