Example 16477
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "boyfriend-hooks"
secret: "pqOylOUBOn1yUdkJ9oJPVroeJ74nyhiB"
endpoints: [
{
url: "https://lovable-bid.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://faraway-sailor.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 4
backoff: "linear"
interval: 51 # seconds
}
timeout: 11 # seconds
}