Example 14265

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "cinema-hooks"
secret: "iUSEILmksgbqrI9wyLWKivGfNtaWpED2"
endpoints: [
{
url: "https://infatuated-schnitzel.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://frozen-wasabi.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 3
backoff: "linear"
interval: 11 # seconds
}
timeout: 16 # seconds
}

See also