Help Centre / Developer API & Webhooks
🧩

Connect n8n with BOS

Use n8n HTTP Request node to send actions to BOS and n8n Webhook node to receive BOS events.

Developer API & Webhooks8 min read

Send data from n8n to BOS

  1. Create a BOS connection with type n8n.
  2. Copy the endpoint and API token.
  3. In n8n, add HTTP Request node.
  4. Set method to POST and URL to the BOS endpoint.
  5. Add Authorization header: Bearer YOUR_API_TOKEN.
  6. Send JSON body with action and data.

Receive events from BOS in n8n

  1. Create an n8n Webhook trigger node.
  2. Copy the n8n webhook URL.
  3. In BOS Developer API & Webhooks, add outbound webhook and paste the n8n URL.
  4. Choose an event such as order.created or conversation.assigned_to_human.
  5. Click Test and check the n8n execution.

Need direct support?

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

Contact support