Example 4975
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "plumber-hooks"
secret: "12FmoO7cIhqn8mHfamKbx2RmL9StAL1o"
endpoints: [
{
url: "https://utilized-fisherman.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://heartfelt-maintainer.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 8
backoff: "linear"
interval: 55 # seconds
}
timeout: 21 # seconds
}