How to import a BOS n8n workflow template
Download a workflow JSON from BOS and import it into n8n to start building integrations faster.
Steps
- Create or select a Developer API connection.
- Open Ready-made n8n workflow templates.
- Download one template JSON or the full bundle.
- Open n8n and import the JSON workflow.
- Replace YOUR_BOS_API_TOKEN in the HTTP Request node.
- Run the workflow once in test mode.
- Check BOS Developer API logs for success or error details.
For BOS outbound event receiver templates
After importing the receiver workflow, copy the n8n Webhook URL and paste it in BOS Outbound Webhooks for the matching event.
Security
Do not hardcode production tokens in shared workflow files. Keep each company connection token private.