Example 15967

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "legging-hooks"
secret: "Tdw2y1SBX5AtkPZmD9a4r8YyG2qdvVyC"
endpoints: [
{
url: "https://unselfish-molasses.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://untried-exterior.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 8
backoff: "linear"
interval: 18 # seconds
}
timeout: 29 # seconds
}

See also