OniPin automations: webhooks for n8n, Zapier, and Make
Connect OniPin messages, appointments, orders, and payments to your stack without custom integrations. HTTPS URL, ows_… secret, and HMAC signature.
OniPin can push events to any system that accepts an HTTPS webhook. No platform-specific connector is required: n8n, Zapier, Make, Pipedream, or your own endpoint works.
Where to configure
In the app: Settings → Automations.
- Paste your automation HTTPS URL.
- Choose events (messages, conversations, appointments, orders, payments).
- Save the
ows_…secret (shown only once). - Click Test to receive a
webhook.ping.
Events
| Event | When |
|---|---|
message.created | New message |
conversation.started | New thread |
conversation.handoff | Handed off to human |
conversation.deleted | Conversation deleted |
appointment.created / appointment.updated | Appointments |
order.created / order.updated | Orders |
payment.updated | Payment status |
Security
Each POST includes X-Oni-Timestamp and X-Oni-Signature: sha256=… (HMAC-SHA256 of {timestamp}.{body} with your secret). Verify the signature before trusting the payload.
Documentation in the app: Settings → Documentation → Automations.