Example 1567

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "straw-hooks"
secret: "v4oZmDs3kdUPEWb1J2qpj2GAwNitFGUx"
endpoints: [
{
url: "https://muted-waist.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://dreary-flame.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 8
backoff: "exponential"
interval: 44 # seconds
}
timeout: 26 # seconds
}

See also