Best answer

Batch Email - How to use looping to show fields/records from two tables in an email. - Airtable

  • 4 April 2021
  • 3 replies
  • 229 views

Userlevel 1

Looking for some guidance on how to use Zapier Looping to send an email that will be specific to each  customer and include the detail of their orders in the email.

 

I have two tables:  (I’m using AirTable)

  1. Customers Table
     -  Name
     - Email
     - Phone
    - Orders (Linked Field to Orders Table)
     
  2. Orders Table 
    -  Order #
    -  Order Date
    -  Product
    -  Price
    -  Customer  (Linked Field to Customers Table)

The Zap should iterate through each customer (I’ve got this working), but also include the linked records for orders in the body of the email.

 

Example Email:

Dear {Customer}

Here is your order summary for the {Total count of Orders} orders you placed with us for the month ending {End of Month}.

 

{List of Orders for the customer}

Order #, Order Date, Product, Price, etc…

Order #, Order Date, Product, Price, etc…

Order #, Order Date, Product, Price, etc...

 

Thank you for your business,
{The Company}

 

MY ZAP Steps

  1. Schedule Run on 1st of Month  {Working}
  2. Find Records in Airtable that match orders from previous month.  { Working}
  3. LOOP Step
    1. Loop through each customer   {Working}
    2. Find Orders from Order table   {find is working, just can’t figure out how to display the list of orders properly in the email.
  4. Send Email

Any assistance would be greatly appreciated.

Thanks

David

 

 

icon

Best answer by Troy Tessalone 4 April 2021, 18:44

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @itsonlycomputers 

I recently did a similar execution for a client.

FEEDBACK

  1. You may have to use 2 separate Zaps or a Sub-Zap (https://zapier.com/apps/sub-zap-by-zapier/integrations#triggers-and-actions) within a Zap since you are doing 2 loops with the data
    1. 1 loop for the customers
    2. 1 loop for the customer orders
  2. Try using a Digest to append entry (formatted as you want) then release: https://zapier.com/apps/digest/help
  3. You may have to add a Delay After Queue step to handle Airtable API limits (if applicable) as well as the ensure the Digest processes as expected: https://zapier.com/help/create/customize/add-delays-to-zaps#delay-after-queue
  4. Make sure to handle the deduping of customer for a given month.
  5. For finding the Customers and Orders, are you using the Airtable API to return multiple records? https://airtable.com/api
    1. NOTE: The Airtable Find Record search will only return 1 record.
  6. Are you sending your email as HTML?
  7. What app are you using to send your email? (e.g. Gmail, Mailchimp, Email by Zapier)

 

Userlevel 1

Thanks @Troy Tessalone ,  I need to step back and review your suggestions. At this point, having a tough time getting my head around the concepts you suggested (sub-zaps, digest).  Also, not sure how to use the API to find records. As I working on this earlier, I noticed I was only getting one record back using the Airtable Find Record and was curious as to why.

I will be sending HTML email and using Outlook and the sender.  I’m sure I’ll be back with many more questions.   

Since you’ve already done this, I’d be interested in the cost to reproduce for my needs or a video of how it's done.  

Thanks

David

 

Userlevel 7
Badge +10

@itsonlycomputers 
Just checking in to see if you still need help with this?