Example 12775

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "editor-hooks"
secret: "VB7rgTQ7bqGoWcTmgIJRJssYxC50iU0O"
endpoints: [
{
url: "https://courageous-ownership.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://aggravating-median.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 9
backoff: "linear"
interval: 49 # seconds
}
timeout: 11 # seconds
}

See also