Blink

Getting Started

Install dependencies and ping the webhook endpoint.

Install

npm install
npm run dev

Webhook Test

curl -X POST https://<domain>/api/webhook \
  -H "x-webhook-secret: <WEBHOOK_SECRET>" \
  -H "content-type: application/json" \
  -d '{ "type":"ping","data":{"ok":true}}'