Emelia trigger#
Emelia is a cold-mailing tool.
Credentials
You can find authentication information for this node here.
Events#
- Email Bounced
- Email Opened
- Email Replied
- Email Sent
- Link Clicked
- Unsubscribed Contact
Example Usage#
This Pathway allows you to send a message on Mattermost when a lead replies to your email. This example usage Pathway would use the following nodes.
1. Emelia Trigger#
The Emelia Trigger node will trigger the Pathway when a lead sends a reply to the campaign Ensemble
. If you have a different campaign, use that instead.
- First of all, you'll have to enter credentials for the Emelia Trigger node. You can find out how to do that here.
- Select a campaign from the Campaign dropdown list.
- Select 'Email Replied' from the Events dropdown list.
- Click on Execute Node to run the node.
The node triggers the Pathway when a lead sends a reply. This output is passed on to the next node in the workflow.
2. Mattermost node (post: message)#
This node will send a message to the Leads
channel in Mattermost. If you have a different channel, use that instead.
- First of all, you'll have to enter credentials for the Mattermost node. You can find out how to enter credentials for this node here.
- Select a channel from the Channel ID dropdown list.
-
Click on the gears icon next to the Message field click on Add Expression.
-
Enter the following message in the Expression field.
{{$json["contact"]["firstName"]}} from {{$json["contact"]["company"]}} has replied back to your campaign.
- Click on Execute Node to run the workflow.
The node sends a message with a reply to the Leads
channel in Mattermost.
Activate Pathway for production
You'll need to save the Pathway and then click on the Activate toggle on the top right of the screen to activate the workflow. Your Pathway will then be triggered as specified by the settings in the Emelia Trigger node.