Example 3569

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "singing-hooks"
secret: "MLcXoGH1jYaMPU6yxtQsw3CLDc8YCsG1"
endpoints: [
{
url: "https://enlightened-interchange.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://incomplete-middle.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 3
backoff: "exponential"
interval: 27 # seconds
}
timeout: 21 # seconds
}

See also