Example 3880

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "carboxyl-hooks"
secret: "WU4fKA8Mw8Ho0xESqwAOEN0yr6IlRfZg"
endpoints: [
{
url: "https://dependable-hammock.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://international-fedora.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 4
backoff: "linear"
interval: 56 # seconds
}
timeout: 14 # seconds
}

See also