Help Centre / Developer API & Webhooks
🛒

n8n template: website checkout to BOS order

Use this template to receive checkout details from a custom store and create an order inside BOS.

Developer API & Webhooks7 min read

Flow

  1. Store sends customer, items, payment method, and delivery address to n8n.
  2. n8n sends order.create to BOS.
  3. BOS creates/updates contact and creates order.
  4. Customer moves to support mode and appears in AI Inbox.
  5. Order-created events can be sent to external systems if outbound webhooks are enabled.

Required data

  1. Customer name and phone or WhatsApp.
  2. At least one order item with SKU/name and quantity.
  3. Payment method.
  4. Delivery address when shipping is needed.

Important

The template should use BOS order.create or store.order_create, not direct database insert. This keeps the normal order/support-mode flow safe.

Need direct support?

Contact Kasaloma support if you cannot find the answer or your workspace needs checking.

Contact support