Example 7978

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "bonfire-hooks"
secret: "ybCwf20Sdmj0bgSXY8hDFuVE9W8oB6ei"
endpoints: [
{
url: "https://stingy-word.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://strident-lay.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 8
backoff: "linear"
interval: 45 # seconds
}
timeout: 14 # seconds
}

See also