Example 4273

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "councilman-hooks"
secret: "zrahOg7iIGIWG62oqqR8lJmOWxbxiAvR"
endpoints: [
{
url: "https://familiar-exploration.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://needy-molasses.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 7
backoff: "linear"
interval: 47 # seconds
}
timeout: 13 # seconds
}

See also