Example 12762

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "gallery-hooks"
secret: "SOQ9JH3Ihux7W4Vjq6ADtxMHVUHNmsVT"
endpoints: [
{
url: "https://admired-design.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 10
backoff: "exponential"
interval: 33 # seconds
}
timeout: 5 # seconds
}

See also