Example 10873

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "intellect-hooks"
secret: "jyGKozw1i9QSiR9IOVU8EYdRzRd1Z4KN"
endpoints: [
{
url: "https://energetic-earth.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://experienced-rationale.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 6
backoff: "linear"
interval: 13 # seconds
}
timeout: 27 # seconds
}

See also