There are two ways to integrate with Make:
Add prospects from Make to Extrovert (or remove them when you don't need them anymore)
Push prospects to Make after you commented X times on their posts
How to Add prospects to Extrovert from Make
Use this if you want to add prospects to your Extrovert campaign from a specific Make 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 Make 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 Make β Scenarios
Select Create scenario
Click More β Import blueprint
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 notes:
Push prospect to Make after X number of comments
This is useful if you would like to push your prospects to your Make automation after a specific number of comments (e.g. integrate with your outreach tool through Make). To do that:
Go to Make and Create a new scenario. Choose Custom webhook as a starting node.
Click Add a hook
Name it somehow
You don't need to set up API keys if you don't want. Just click Save. Make will start listening to the webhook
Copy the webhook address to clipboard (use the button)
Go to Extrovert Webhooks page and Add a webhook
Set the following parameters:
Name: name your webhook, like "Push prospects to Make"
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: POST
Request URL: Webhook URL you copied from Make
Request body: copy this
{
"firstName": "{{firstName}}",
"lastName": "{{lastName}}",
"linkedinUrl": "{{linkedinUrl}}"
}Authentication: No authentication
Save the webhook
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 Make. The status of the webhook should be Successfully determined
Click Save. Now you can use the parameters in other nodes