Example 6165
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "ethyl-hooks"
secret: "hIFy0ObmNpjjt41jEXyRkdEhst1jKzmb"
endpoints: [
{
url: "https://repentant-flat.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://dense-lid.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 4
backoff: "linear"
interval: 17 # seconds
}
timeout: 14 # seconds
}