Example 9673

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "hamburger-hooks"
secret: "qLD0C7w5419sJMdaswgrYQOBpKCCpHcQ"
endpoints: [
{
url: "https://funny-duster.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://finished-chops.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 10
backoff: "linear"
interval: 28 # seconds
}
timeout: 8 # seconds
}

See also