Webhook settings
Use thenotification object to configure Slack incoming webhooks and a generic application webhook. You can set either integration alone, or both at the same time.
If using
.env, set BLNK_WEBHOOK_HEADERS to a JSON-encoded object. For blnk.json, set notification.webhook.headers to a JSON object.BLNK_SLACK_WEBHOOK_URL
When set, Blnk can post messages to the Slack channel associated with the incoming webhook.
To create a webhook URL, follow Slack’s guide: Sending messages using incoming webhooks.
BLNK_WEBHOOK_URL
When set, Blnk delivers notifications to your application at this URL. Use this when you want to trigger workflows, sync internal services, or custom alerting outside of your ledger.
BLNK_WEBHOOK_HEADERS
Optional extra HTTP headers Blnk sends with each global webhook request. Use this for authentication tokens, custom Content-Type values, or other gateway requirements.
These headers are separate from Blnk’s signing headers (X-Blnk-Signature and X-Blnk-Timestamp). See Webhook security for signature verification.