Example 17572

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "underpants-hooks"
secret: "7ObHmkqqZCE3X6K5M0LIAWaBTrhvx3b3"
endpoints: [
{
url: "https://enchanted-opera.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://sudden-oil.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 5
backoff: "linear"
interval: 33 # seconds
}
timeout: 15 # seconds
}

See also