Example 12378

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "lashes-hooks"
secret: "pTe7VGy3IfDq9Ycr2SQy8itAXH3KL2dT"
endpoints: [
{
url: "https://delectable-fowl.biz//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://well-made-shipper.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 5
backoff: "exponential"
interval: 36 # seconds
}
timeout: 16 # seconds
}

See also