Example 11776

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "pliers-hooks"
secret: "fZMVZyfNBfLEsL2LVyYfVtr8wIdHnpVE"
endpoints: [
{
url: "https://obedient-dream.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://grandiose-habit.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 3
backoff: "linear"
interval: 35 # seconds
}
timeout: 17 # seconds
}

See also