Example 4677

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "taxicab-hooks"
secret: "kmrXJSc5Ztr2tqoEnddyJt47smOAKjFY"
endpoints: [
{
url: "https://unlucky-deployment.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://salty-igloo.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 4
backoff: "linear"
interval: 43 # seconds
}
timeout: 24 # seconds
}

See also