Example 4863
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "secrecy-hooks"
secret: "A4sAP16gsFG0f4Bgs8UsEDmnX5eckP60"
endpoints: [
{
url: "https://dearest-waterspout.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://worthy-gripper.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 6
backoff: "exponential"
interval: 24 # seconds
}
timeout: 22 # seconds
}