Sending different emails to a group of contacts regularly
Hello community
I'm looking for the cleanest way to send emails to a recurring group of ~120 contacts. The group of recipients stays the same, but the email content is freshly composed every time. I want to write each message manually, not reuse a fixed template. The goal is to avoid adding 120 recipients manually on every send.
Constraints in my environment:
- I do not have the Marketing module, so Bulk Email is not available.
Sasor
Like
Sasori Oshigaki,
Step 1: Group all the contacts into a Folder (using Dynamic Filter).
Step 2: You can use a button trigger to load all contacts email and pass that into the TO of email element in Business process or if you use Message compose (Angular component), append the email to the "To Attribute" of the email composer element (Can be investigated in DEV-Console to find the To attribute name).
BR,
Bala.
Create a dynamic contact folder, select the test contacts, and convert your folder to static.
Create a process that reads your contact folder and sends an email to the contact collection via a subprocess.
