Example 9265
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "footrest-hooks"
secret: "tVU51q2ZPnyDNUm35DmaH97MU5nojpJe"
endpoints: [
{
url: "https://crooked-diversity.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://fair-casement.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 9
backoff: "exponential"
interval: 52 # seconds
}
timeout: 23 # seconds
}