Connect n8n with BOS
Use n8n HTTP Request node to send actions to BOS and n8n Webhook node to receive BOS events.
Send data from n8n to BOS
- Create a BOS connection with type n8n.
- Copy the endpoint and API token.
- In n8n, add HTTP Request node.
- Set method to POST and URL to the BOS endpoint.
- Add Authorization header: Bearer YOUR_API_TOKEN.
- Send JSON body with action and data.
Receive events from BOS in n8n
- Create an n8n Webhook trigger node.
- Copy the n8n webhook URL.
- In BOS Developer API & Webhooks, add outbound webhook and paste the n8n URL.
- Choose an event such as order.created or conversation.assigned_to_human.
- Click Test and check the n8n execution.