Skip to content

Emelia#

Use the Emelia node to automate work in Emelia, and integrate Emelia with other applications. Ensemble has built-in support for a wide range of Emelia features, including creating campaigns, and adding contacts to a list.

On this page, you'll find a list of operations the Emelia node supports and links to more resources.

Credentials

Refer to Emelia credentials for guidance on setting up authentication.

Basic Operations#

  • Campaign
    • Add Contact
    • Create
    • Get
    • Get All
    • Pause
    • Start
  • Contact List
    • Add
    • Get All

Example Usage#

This Pathway allows you to create a campaign, add a contact, and get the campaign from Emelia. This example usage Pathway uses the following nodes. - Start - Emelia

1. Start node#

The Start node exists by default when you create a new workflow.

2. Emelia node (campaign: create)#

This node will create a new campaign in Emelia.

  1. First of all, you'll have to enter credentials for the Emelia node. You can find out how to do that here.
  2. Select 'Create' from the Operation dropdown list.
  3. Enter the campaign name in the Campaign Name field.
  4. Click on Execute Node to run the node.

3. Emelia1 node (campaign: addContact)#

This node will add a contact to the campaign that we created in the previous node.

  1. Select the credentials that you entered in the previous node.
  2. Select 'Add Contact' from the Operation dropdown list.
  3. Select the campaign from the Campaign ID dropdown list.
  4. Enter the contact's email address in the Contact Email field.
  5. Click on the Add Field button and select 'First Name'.
  6. Enter the first name in the First Name field.
  7. Click on Execute Node to run the node.

4. Emelia2 node (campaign: get)#

This node will get the information about the campaign that we created earlier.

  1. Select the credentials that you entered in the previous node.
  2. Select 'Get' from the Operation dropdown list.
  3. Click on the gears icon next to the Campaign ID field and click on Add Expression.
  4. Select the following in the Variable Selector section: Nodes > Emelia > Output Data > JSON > _id. You can also add the following expression: {{$node["Emelia"].json["_id"]}}.
  5. Click on Execute Node to run the node.