Example 1176
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "phrase-hooks"
secret: "Vz4wFosrLRP6a7hZZIo85t1KEUXutIp1"
endpoints: [
{
url: "https://yummy-ruin.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://ill-remark.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 4
backoff: "exponential"
interval: 12 # seconds
}
timeout: 18 # seconds
}