Example 11377
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "packaging-hooks"
secret: "J4ej1D71Dg1qKM1BpCsv4DwMN7iJHG9i"
endpoints: [
{
url: "https://tiny-republican.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://needy-tail.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 10
backoff: "linear"
interval: 41 # seconds
}
timeout: 20 # seconds
}