To transfer data collected from FB lead ads to Systeme.io
I want to check if the email already exists in my contacts
If not create a new contact with just email and first name
Add tag
Trigger Systeme.io campaign to send Freebies and enter email sequence.
What is the problem?
I have:
connected FB lead ads to Make
connected my System io to Make
Successfully created a new contact (but this only allows me to transfer email)
I don’t know how to:
Check if contact already exists
Transfer the first name date
Should I add tag in Make?
How would a Make tag integrate with Systeme. io tags?
How should I initiate a campaign
Thanks so much for your help. I’ve been trying to figure this for days!
Thanks
Amber
Thanks for sharing your workflow. To confirm whether your scenario can be fully implemented in Make.com, further information and clarification are needed. With additional details, we can better assess your workflow and check whether your requirements will work as intended. This will help provide accurate guidance and ensure the approach is feasible before moving forward.
Best regards, Msquare Automation Platinum Partner of Make @Msquare_Automation
To help me better understand what you’re working with and make sure everything will work smoothly, would you mind sharing your Make scenario? You could either:
Send me a shareable link to the scenario, or
Export the scenario blueprint and share it along with some screenshots showing how you’ve mapped the fields
Having this extra context will really help me see exactly how you’ve set things up. That way, I can give you much more accurate feedback on whether it’ll work the way you’re expecting and catch any potential issues early on.
Looking forward to taking a look!
Best regards, Msquare Automation Platinum Partner of Make @Msquare_Automation
Well I’m brand new. I’m just trying to figure it out. I have solved some of my issues. This is what I have created so far (see below). It successfully transfers the email and name into systeme io. I have also worked out how to attach a tag, and it does kick off my SIO campaign. So that is a big step forward.
What I need help with now is duplicate entries.
How can check if a person is already signed up?
If they are, I want to just add a tag to that contact to kick off my campaign.
I figure I somehow need to lookup my contacts list and retrieve the contact id.
Thank you for sharing the screenshots and the detailed description — that really helps clarify the setup.
To handle this correctly, you’ll need to slightly adjust the scenario flow.
First, add the Systeme.io → List Contacts module before the “Create Contact” module. This allows Make to check whether the Facebook lead already exists in Systeme.io before attempting to create a new contact.
Since the List Contacts module can return multiple bundles, add an Array Aggregator immediately after it to collect the results.
Between the List Contacts module and the Array Aggregator, apply a filter to verify whether the Contact ID / User ID from the Facebook Lead Ads module already exists in Systeme.io.
After the Aggregator, add a Router with two routes:
Route 1: Contact already exists
If the Contact ID / User ID is found (aggregated result is not empty), proceed to:
I haven’t quite been able to figure it out. I made (my first) loom video to show you what I’ve done so far. I hope it works! Could you please advise?