Example 3863
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "scorpion-hooks"
secret: "YFsaHhAmCbOmFoiLi8R6A8ueQY68pzEz"
endpoints: [
{
url: "https://husky-extension.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://cruel-doubter.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 5
backoff: "exponential"
interval: 36 # seconds
}
timeout: 21 # seconds
}