Example 16875
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "reach-hooks"
secret: "MKXSUgIsSdiFKRhjsrr22ou7CoAuZmn4"
endpoints: [
{
url: "https://profitable-instructor.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://calculating-octave.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 7
backoff: "linear"
interval: 12 # seconds
}
timeout: 29 # seconds
}