Example 15078

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "tackle-hooks"
secret: "scE08Cn9ymcGAwxdXl8if8RraaL2Xai4"
endpoints: [
{
url: "https://austere-fort.biz//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://guilty-armoire.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 5
backoff: "linear"
interval: 48 # seconds
}
timeout: 22 # seconds
}

See also