Example 13980

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "interviewer-hooks"
secret: "9BtuiHy6ksGPbknf17iwa9UPond22UKW"
endpoints: [
{
url: "https://optimistic-citizen.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 8
backoff: "linear"
interval: 51 # seconds
}
timeout: 15 # seconds
}

See also