Example 16668
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "hydrant-hooks"
secret: "LAQAmdrfUPICCsnWxXeyUyAkno71wlkA"
endpoints: [
{
url: "https://courteous-poppy.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://tidy-heroine.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 7
backoff: "exponential"
interval: 31 # seconds
}
timeout: 25 # seconds
}