This email type may also be referred to as a “rollup” email or a “summary” email. The idea is to send a single email that summarizes what’s happened in your app over a period of time. These kinds of digest emails are a great way to keep your users engaged with your app. The best way to do it today is a workflow with an event trigger set to fire “every time” with an event payload containing the updated property you’d like to send. Then at the end of the day, week or month you can trigger a digest email with a summary of the events that happened.Documentation Index
Fetch the complete documentation index at: https://loops.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create the workflow and event
Go to the Workflows page and create a new workflow. Choose the Event is fired trigger. You will enter the workflow editor. Click on the Event received node and type the name of your event. You can reuse an existing event or create a new one from this input. For example, you can use a name likesendDigest and then click + Create new event.


Create your email
The next step is to create the email you send to each contact. Click on the Send email node and then Create email. This will open the email editor, where you can create your email. When you want to add the event properties you created in the previous step, click the⚡️ button above the editor (1) and then configure in the Event Property editor panel (2).

Trigger events
To send events to Loops you can use an integration, an SDK or our API. With the API, it’s just a case of making a request to the Send event endpoint containing the contact’s details, the event name and your event properties.Learn more
Workflows
Learn about creating email workflows.
Workflow Triggers
Read more about triggering emails with events.
Personalizing emails
Learn how to add dynamic data to your emails.
API Reference
Find out how to send events using our API.

