n8n Cloud
Downloadable n8n Cloud workflow starter
Recommended route
What it does
A completed call runs Insert call document in MongoDB after you configure and enable the destination node.
Before you start
MongoDB connection string or host credentials. Use a dedicated least-privileged database user, choose the collection, and list only the completed-call fields to insert.
What it does not do
This route receives completed calls only. The synthetic dashboard test stops before the destination, so it proves transport but not the provider write. Event-ID replay memory is bounded best effort, and one n8n webhook URL is stored per tenant.
Set it up
- Download the app-specific starter from Integrations in your First AI Employee dashboard and import it into n8n Cloud.
- Authorize MongoDB, choose the customer-owned resource, and complete this requirement: Use a dedicated least-privileged database user, choose the collection, and list only the completed-call fields to insert.
- Configure and enable the destination node, then activate the workflow.
- Copy the production /webhook/ URL into the dashboard automation connection. Test URLs and self-hosted n8n hosts are rejected.
- Send the dashboard transport test, then run a real non-production completed call and confirm the destination record yourself.