Example 6662

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "finer-hooks"
secret: "aCCXDu24NK4GCOTUgDp4DM6jzzQ0YavV"
endpoints: [
{
url: "https://informal-derby.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 3
backoff: "linear"
interval: 6 # seconds
}
timeout: 17 # seconds
}

See also