n8n
Get Run Results with n8n
Step-by-step guide to fetching Captain Data job results using n8n.
n8n Nodes Setup
Once you have these two steps, you can then push the data anywhere you want by adding modules that will update the data in your outreach tool, CRM, spreadsheets, etc.
The following Guideflow will show you how to automatically receive your Captain Data job results in n8n using a Webhook and the HTTP Request
module using Get a Run’s Results.
1. Import the Blueprint
Copy and paste the following JSON into n8n to create your workflow:
2. Configure Captain Data
- Navigate to Captain Data and go to the Webhook tab.
- Add the webhook URL from n8n to the associated job.
3. Configure n8n’s HTTP Module
- Go to your general settings in Captain Data.
- In n8n’s HTTP module, update the following:
- Header Authentication: Add your API key.
- Header Parameters: Include your Project ID (
x-project-id
).