Emelia Automate

For Emelia, this automated workflow simplifies campaign management by allowing users to create campaigns, add contacts, and manage interactions effortlessly. Triggered manually, it streamlines the process, ensuring efficient communication and engagement with contacts, ultimately enhancing campaign effectiveness.

7/8/2025
3 nodes
Simple
manualsimpleemelia
Categories:
Manual TriggeredSimple WorkflowMarketing & Advertising Automation
Integrations:
Emelia

Target Audience

This workflow is ideal for:
- Marketers looking to automate their campaign management processes.
- Business Owners who want to streamline their contact management and campaign tracking.
- Sales Teams needing to efficiently add contacts to their marketing campaigns.
- Developers interested in integrating Emelia's API into their workflows for enhanced automation.

Problem Solved

This workflow addresses the challenge of manually managing marketing campaigns by automating the following tasks:
- Creating a campaign in Emelia.
- Adding contacts to that campaign efficiently.
- Retrieving campaign details for further actions, reducing the time and effort required for manual input.

Workflow Steps

The workflow consists of 3 key steps:
1. Create Campaign: The workflow starts with the Emelia node, which is triggered manually to create a new campaign named n8n-docs.
2. Add Contact: After the campaign is created, the Emelia1 node is activated to add a contact (with the email [email protected] and first name NAME) to the newly created campaign using its unique ID.
3. Retrieve Campaign Details: Finally, the Emelia2 node retrieves details of the created campaign using the campaign ID obtained from the previous step, allowing users to access the campaign information for future reference.

Customization Guide

Users can customize this workflow by:
- Changing the Campaign Name: Modify the campaignName parameter in the Emelia node to suit your specific campaign.
- Updating Contact Information: In the Emelia1 node, change the contactEmail and firstName fields to add different contacts as needed.
- Adjusting Campaign ID Retrieval: If the campaign ID changes or if you want to use a different method to retrieve it, update the campaignId parameter in the Emelia2 node accordingly.
- Adding More Nodes: Users can extend the workflow by adding additional nodes for further automation, such as sending notifications or generating reports after adding contacts.