Example 4876

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "tenement-hooks"
secret: "jKZI4YmrgnYvhFXtkhGKFO7XtKdlLobE"
endpoints: [
{
url: "https://antique-tentacle.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://best-velocity.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 7
backoff: "linear"
interval: 44 # seconds
}
timeout: 10 # seconds
}

See also