Example 11879
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "switch-hooks"
secret: "NaUVGHZeLyh7aBoGoxd7CvMe2paP4lS5"
endpoints: [
{
url: "https://antique-effector.org/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://easy-wilderness.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 9
backoff: "linear"
interval: 19 # seconds
}
timeout: 14 # seconds
}