Example 5576

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "volleyball-hooks"
secret: "ZAvEdMDvuVDSOfq2DygYAjUBmAxtPFKr"
endpoints: [
{
url: "https://thrifty-sport.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://heavy-armoire.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 10
backoff: "exponential"
interval: 26 # seconds
}
timeout: 6 # seconds
}

See also