Welcome to
MailDrip Automation

MailDrip is designed as an email marketing platform with a clean, simple, and easy-to-use interface with zero coding skills required. This makes it easier for anyone to get started.

Email Collection

MailDrip is designed as an email marketing platform with a clean, simple, and easy-to-use interface with zero coding skills required. This makes it easier for anyone to get started.

Step 1 – Installation

Add the below script tag in the <head> </head> section of your page.

Using MailDrip CDN

				
					<script data-two_delay_id="two_662314cfd64f2" data-two_delay_src="https://integrations.maildrip.io/maildrip_html.min.js" type="module"></script>
				
			

Step 2 – Initializing

Initializing the Maildrip-Html on your Html page(s) could be don in two different ways which are Step 2.1 or Step 2.2:

Step 2.1

In your form tag, you need to make sure it contains an id of “maildrip-contact-form”.

				
					form id="maildrip-contact-form"> ... </form>
				
			

The form tag must also contain 3 specific attributes which are (data-maildrip-apikey, data-maildrip-accesssecret, data-maildrip-campaignid) the value for these attributes could be found in your API settings on maildrip.io. So, your form tag would look like the example below:

				
					<form id="maildrip-contact-form" data-maildrip-apikey="YOUR-GENERATED-APIKEY-ON-MAILDRIP" data-maildrip-accesssecret="YOUR-GENERATED-ACCESS-SECRET" data-maildrip-campaignid="YOUR-GENERATED-CAMPAIGNID-ON-MAILDRIP"> ... </form>
				
			

Inside your form tag, you’ll need a submit button and two input fields one of which is type text to for your subscriber(s) to inupt his/her name with a class name of “maildrip-newsub-name” and the other input field of type email for your subscriber(s) to input his/her email with a class name of “maildrip-newsub-name” ad your code will look like the example below:

				
					<input type="text" class="maildrip-newsub-name" placeholder="Your Name">
<input type="email" class="maildrip-newsub-email" placeholder="Your Email">
<button type="submit">Submit</button>
				
			

In this second example, the first thing you would do is add the below script tag which could be an inline script in your html page below the Insatllation script tag or an external script file linked to the html page you are using it for.

Note: the value for {apiKey, accessSecret, campaignId} could be found in your API settings on maildrip.io and must be filled correctly so that we can identify you and the campaign you want your users to signup to.

				
					<script data-two_delay_src='inline' data-two_delay_id="two_662314cfd6506" type="module"></script>
				
			

then, create a form tag in the body of your page containing an id of “maildrip-contact-form”

				
					form id="maildrip-contact-form"> ... </form>
				
			

Step 2.2

Inside your form tag, you’ll need a submit button and two input fields one of which is type text to for your subscriber(s) to inupt his/her name with a class name of “maildrip-newsub-name” and the other input field of type email for your subscriber(s) to input his/her email with a class name of “maildrip-newsub-name” ad your code will look like the example below:

				
					<input type="text" class="maildrip-newsub-name" placeholder="Your Name">
<input type="email" class="maildrip-newsub-email" placeholder="Your Email">
<button type="submit">Submit</button>
				
			

Finally, combining your Form tag and input fields will result in the example below which you can copy and paste into your editor.

				
					<form id="maildrip-contact-form">
  <input type="text" class="maildrip-newsub-name" placeholder="Your Name">
  <input type="email" class="maildrip-newsub-email" placeholder="Your Email">
  <button type="submit">Submit</button>
</form> 
				
			

Client Libraries

Focus on building emails

MailDrip is designed to simplify your email workflow and automate manual processes. It is a long established fact that a reader will be distracted by the readable

Create the best drip campaign marketing and drive sales with Maildrip.

Have access to an easy-to-use interface on a pay-as-you-go basis with no coding skills required.

Ready, Go!