Skip to main content
Question

How to load records from SQL into Mailchimp

  • 21 August 2024
  • 1 reply
  • 10 views

I have a table in SQL Server that has 2500 records.  Each record represents a person.  I need to load these records into a Mailchimp list.  If the person already exist, then update otherwise insert.

Seems simple, but I can’t seem to get this figured out.  I can setup a SQL task to retrieve all records.  But, I don’t see a way to loop through each record and use each record in a Mailchimp task. I do see the loop task but that seems to just setup a loop and does not retain a specific record to be used downstream.

Please let me know how to accomplish this in zapier.

Hi @paulbfelix 

Help link for using the Looping app to iterate: https://zapier.com/apps/looping/help

Map variables into the Looping step, then map variables out from the Looping step to following Zap action steps.

NOTE: The Looping app has a limit of 500 iterations.


Reply