Example 11769
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "design-hooks"
secret: "w5NdfNfSvH1DM5SH4GifIADP2USzzZnA"
endpoints: [
{
url: "https://wretched-farm.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://separate-elver.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 7
backoff: "linear"
interval: 19 # seconds
}
timeout: 9 # seconds
}