Example 14376

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "synergy-hooks"
secret: "4C0WBNwAEhzAwLjjVTEywITTQtzJO1XE"
endpoints: [
{
url: "https://both-negotiation.biz//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 8
backoff: "linear"
interval: 19 # seconds
}
timeout: 12 # seconds
}

See also