Example 12978

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "tectonics-hooks"
secret: "dxiCNE6y3zQNmC6SCVqzSs2b4wFBlpZV"
endpoints: [
{
url: "https://jaunty-cardboard.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://gigantic-assist.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 7
backoff: "linear"
interval: 12 # seconds
}
timeout: 14 # seconds
}

See also