n8n template: scheduled sync changes from BOS
Use the scheduled sync template to pull contacts, orders, products, and conversations from BOS into an external dashboard or app.
Flow
- Schedule trigger runs every hour.
- n8n calls sync.changes.
- BOS returns changed records for the selected modules.
- External app can store or process returned items.
Best practice
Store the last successful sync time in the external system and send that value as since in the next sync request.
Modules
The starter template includes contacts, orders, products, and conversations. Developers can change the modules list as needed.