Back to Templates
This workflow will collect order data as it is produced, then send a summary email of all orders at the end of every day, formatted in a table. It receives new orders via webhook and stores in Airtable. At 7PM every day, it sends a summary email with the day's orders in a HTML table
Create New Credential
> Access Token
for Airtable in the Store Order
and Airtable Get Today's Orders
nodes.Send to Gmail
node.Store Order
node, change Base and Table to the database and table in your Airtable account you wish to use to store orders. Make sure to use these same values in the Airtable Get Today's Orders
node.Set Order Fields
to select which incoming fields you wish to save)Everyday at 7PM
to whichever time you choose.Webhook
, copy Production URL curl -X POST -H "Content-Type: application/json" -d '{"orderID": 12345, "orderPrice": 99.99}' YOUR_URL_HERE