Example 13275

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "siege-hooks"
secret: "AfPRJzAph2aNn8EYYQhuac32RsW4tTSx"
endpoints: [
{
url: "https://enchanted-baritone.org/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://impressionable-analogy.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 3
backoff: "linear"
interval: 20 # seconds
}
timeout: 9 # seconds
}

See also