There are two ways to integrate with n8n:
Add prospects from n8n to Extrovert (or remove them when you don't need them anymore)
Push prospects to n8n after you commented X times on their posts
How to Add prospects to Extrovert from n8n
Use this if you want to add prospects to your Extrovert campaign from a specific n8n workflow (e.g. get prospects from your CRM, check if they fit your ICP, and if yes, add them to Extrovert)
β
You can use the n8n template to do this easily. Here's how:
Download the template (json file, link is at the end of this article; scroll to the very end to find it)
Go to n8n β Create workflow
Click on 3 dots β Import from file
Select the downloaded file. You should see the template with 3 nodes.
This is just a template; adjust it to your liking. You might only need one node, such as adding prospects.
See more information in the sticky notes
Push prospect to n8n after X number of comments
This is useful if you would like to push your prospects to your n8n automation after a specific number of comments (e.g. integrate with your outreach tool through n8n). To do that:
Go to n8n and Create a new workflow. Choose a webhook as a starting node.
Copy the test URL
Go to Extrovert Webhooks page and Add a webhook
Set the following parameters:
Name: name your webhook, like "Push prospects to n8n"
Number of comments: specify the number of comments, e.g. 1 (to test the webhook, it's better to put 1)
Campaigns: choose the campaigns
Method: GET
Request URL: Webhook URL you copied from n8n
Request body: copy this
{
"firstName": "{{firstName}}",
"lastName": "{{lastName}}",
"linkedinUrl": "{{linkedinUrl}}"
}Authentication: No authentication
Save the webhook
Go to n8n and click Listen for test event
To test the webhook, go to Extrovert's feed and leave a comment for your prospects in this campaign.
After the comment is posted (wait 2 minutes), go back to n8n. If in n8n the listening will finish, click Listen again
The webhook status should update
Now you can use the parameters in other nodes
Do not forget to change the webhook URL to the production URL in Extrovert