Send Automated Emails
Send Automated Emails
Section titled “Send Automated Emails”Automated emails save time and ensure consistent communication. In HARi CRM, you can trigger emails from workflows so they send at exactly the right moment — when a deal moves to a new stage, when a lead is created, or on any event you define.
Prerequisites
Section titled “Prerequisites”Before setting up automated emails, make sure you have:
- Configured your email provider (SMTP or Plunk)
- Created at least one email template with merge fields
Creating an Automated Email Workflow
Section titled “Creating an Automated Email Workflow”Example: Send a Welcome Email to New Contacts
Section titled “Example: Send a Welcome Email to New Contacts”- Go to Settings > Workflows
- Click New Workflow
- Configure the trigger:
- Name: “Welcome Email”
- Entity: Contact
- Trigger: Record Created
- Optionally, add an IF condition to limit who receives it:
- “Source equals Website” (only send to contacts from the website)
- In the THEN section, click Add Action and select Send Email
- Configure the email action:
- To: Select the contact’s email field
- Template: Choose your “Welcome Email” template
- From: Your configured sender address
- Save and toggle the workflow to Active
Example: Notify a Contact When Their Deal Advances
Section titled “Example: Notify a Contact When Their Deal Advances”- Create a new workflow on the Opportunity entity
- Set the trigger to “Field Changed” on the Stage field
- Add a condition: “Stage equals Proposal”
- Add a Send Email action:
- To: The related contact’s email (via the lookup relationship)
- Template: “Proposal Sent Notification”
- Save and activate
Using Merge Fields in Templates
Section titled “Using Merge Fields in Templates”Merge fields pull data from the record into the email. Common merge fields:
{{contact.first_name}}— The contact’s first name{{opportunity.name}}— The deal name{{opportunity.value}}— The deal value{{company.name}}— The related company name
These are replaced with actual values when the email is sent.
Monitoring Automated Emails
Section titled “Monitoring Automated Emails”Check the record’s timeline to see when automated emails were sent. Each email shows:
- When it was sent
- Whether it was opened
- Whether links were clicked
You can also review workflow execution logs in Settings > Workflows to see which emails succeeded or failed.
Next Steps
Section titled “Next Steps”- Create a Follow-Up Sequence for multi-step email automation
- Auto-Assign Leads to combine email automation with lead routing
- Your First Workflow for workflow basics