Example 1473
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "ecliptic-hooks"
secret: "nOLg9gdUC7K6rmgKzCI9wwwEnPWrhGgZ"
endpoints: [
{
url: "https://ornery-cross-contamination.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://mediocre-sandbar.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 4
backoff: "linear"
interval: 12 # seconds
}
timeout: 19 # seconds
}