Use the ”Send an Email” action to send an email from within a flow. The resulting email may contain values referenced using fixed values, variables, or expressions.


In the example below, we demonstrate how a job training agency might use this action to send an email to staff notifying them that an applicant has registered to get more information about a training program.


@results.registration_date references the registration date collected at a previous step in the flow. The same is true for @results.industry.


Create an Email Pipeline

This action is also a super simple way to push a contacts’ inquiry to one of your team members. Simply create a flow that asks for a contact’s name, inquiry and preferred response method, and configure CommunityConnect to send an email containing that info off to your support feed or Slack channel. Team members will be able to instantly access the ticket via your CRM or Slack feed and respond accordingly. 


The variable @results.name references the name of the contact if you collected it at a previous step, while @results.inquiry and @results.preferred_channel reference the contact’s inquiry and the way they’d like you to respond (SMS, Call, Email), respectively. Note that if a contact's "Name" field has already been given a value, you may substitute @results.name for @contact.name or @contact.first_name


Send Emails Using Your Own Address

By default, CommunityConnect sends emails from no-reply@communityconnectlabs.com. If you’d like to add your own email address, simply navigate to your account’s settings page and click the email icon.


Here we’re using a Gmail-hosted email address. You’ll want to plugin your email address, host URL, credentials, port and encryption preference. In the example above, encryption needs to be set to TLS because that’s the protocol Gmail’s SMTP port 587 uses


Gmail-Specific Considerations

If you want to link a Gmail address to CommunityConnect, you’ll need to switch the ‘Allow less secure apps’ setting in your Gmail account’s ‘Connected apps & sites’ page to ‘ON’:

https://myaccount.google.com/security#connectedapps


Note that a standard Gmail account is limited to 500 emails per day. Learn more about Gmail’s limits here: Limits for Sending & Getting Mail - Gmail Help


Up Next: Save a Flow Result