How to Integrate with Maropost

With Digioh, you can create web forms, pop-ups, landing pages, and email preference centers integrated with Maropost‘s marketing automation platform. Digioh sends captured emails to Maropost in real-time. The integration is fully configurable and supports custom and hidden fields.

If you are setting up a Digioh integration by yourself, we first recommend reading about Digioh Integration Basics.

To set up your integration, follow these steps.

1. From Digioh, go to the “Integrations” page, click “Create New Integrations,”.

2- Select “Maropost” from the drop-down.

3. Enter your Account ID, List ID, and API Key.

setting up your Maropost integration in Digioh

4. Add this Maropost integration to any box or landing page you want to pass emails to Maropost.

By Default, We are passing basic Payload see below.

{
  "contact":
   {  
      "email":"[EMAIL]",
      "first_name":"[FIRST_NAME]",
      "last_name":"[LAST_NAME]",
      "subscribe":true,
      "remove_from_dnm":true
   }
}

We can also pass custom fields To Maropost as well See below example payload.  For Updating the Payload Open the integration advanced setting page.

Replace the Raw Data to Send Fields value with the below one.

Note: First create the custom fields in Maropost Before adding in the Digioh integration. For Creating the custom fields in Maropost Check this Maropost Documentation 

{
  "contact": {
    "first_name": "[FIRST_NAME]",
    "email": "[EMAIL]",
    "phone": "[PHONE]",
    "last_name": "[LAST_NAME]",
    "uid": "abcd",
    "custom_field": {
      "custom_field_1": "[CUSTOM_1]",
      "custom_field_2": "[CUSTOM_2]",
      "custom_field_3": "[CUSTOM_3]",
    },
    "subscribe": true,
    "remove_from_dnm": true
  }
}

After replacing the payload Click on the Save Advanced Settings button.

If necessary, repeat these steps to set up multiple Maropost integrations, so different forms, and landing pages go to different Maropost lists.

That’s all. Your Maropost integration is ready to go!

If you have any questions about setting up your Maropost integration, send us an email, and we’ll be glad to help!

Related Reading:

 

Tagged: