← Blog

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.

  1. Paste your automation HTTPS URL.
  2. Choose events (messages, conversations, appointments, orders, payments).
  3. Save the ows_… secret (shown only once).
  4. Click Test to receive a webhook.ping.

Events

EventWhen
message.createdNew message
conversation.startedNew thread
conversation.handoffHanded off to human
conversation.deletedConversation deleted
appointment.created / appointment.updatedAppointments
order.created / order.updatedOrders
payment.updatedPayment 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.