Example 10474
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "peony-hooks"
secret: "YlN3468WpBlC4CPC5swo8VOMIrLtXUt8"
endpoints: [
{
url: "https://pessimistic-hoof.biz//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://worst-flame.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 29 # seconds
}
timeout: 16 # seconds
}