Example 4478
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "hospitalization-hooks"
secret: "RlbqpZK0t6wDKvRcZd5p25HdHgXoEbHA"
endpoints: [
{
url: "https://jumbo-reorganisation.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://hopeful-teammate.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 8
backoff: "linear"
interval: 28 # seconds
}
timeout: 5 # seconds
}