What is AWS?
What is Amazon SES?
What is an AWS Region?
Pricing plans of Amazon SES
What is Amazon SNS?
Why do I need Amazon SNS?
Connecting AWS account with MailBluster
Can I use MailBluster without an AWS account?
Do I need to pay Amazon to create AWS Account?
Do I need to have a website for my AWS Account?
Do I need to pay an additional cost to AWS for using Amazon SES?
How to choose AWS Region for MailBluster?
How to move out of Amazon SES Sandbox?
Can I use my MailBluster Account when my AWS Account is in sandbox?
What is Amazon SES Sandbox and why does my account have sandbox access?
What if I don’t get approval from Amazon SES after requesting to move out of the sandbox?
I’m getting the error ‘Unable to connect with Amazon SES using your AWS account’
How to verify a domain in Amazon SES?
How to verify an email address in Amazon SES?
How to verify Sender Domain from MailBluster?
How to verify Sender Email Address from MailBluster?
What is a Sender Identity?
What is a Custom Domain?
How to set Custom MAIL FROM Domain in AWS?
Why set Custom MAIL FROM Domain in Amazon SES?
How to prevent Gmail from showing ‘via amazonses.com’?
Why my AWS Account has been “Paused”?
How to resolve AWS Account “Pause” issue?
Cloudflare configuration is not working with HTTPS?
How can I achieve positive sender reputation if I switch to a new domain?
I am getting this error: Unable to find the permission of ‘AmazonSESFullAccess’.
I am getting this error: Unable to find the permission of ‘AmazonSNSFullAccess’.
Gmail is still not showing the one-click unsubscribe (list-unsubscribe header) in my emails?
What is a Campaign?
How to edit a Campaign?
How to rename a campaign?
How to duplicate a campaign?
How to schedule a campaign in MailBluster?
How to cancel a scheduled campaign?
Changing the width of campaign email
Using query string in campaign
Removing MailBluster branding
What is double opt-in?
How can I set-up Double Opt-In for my campaign?
Difference between Standard Campaigns and Automation Campaigns
Is there a way to sent email in plain text using MailBluster?
How to create and send an email campaign?
How to send Personalized Email from MailBluster?
How to compose email using Drag and Drop Editor?
How can we share the email campaign from MailBluster?
How to set Unsubscribe URL using Drag and Drop editor?
How to set Unsubscribe URL using HTML editor?
How to set Unsubscribe URL using WYSIWYG Editor?
Why my email campaign is showing “outdated”?
Why is my campaign still in the “waiting” status?
Can I store images in MailBluster?
What is the maximum file size of an image file that can be used in an email campaign?
Why does the text look okay in the editor, but in the campaign, it becomes broken?
How to use UTM for tracking in MailBluster using Google Analytics?
If I exceed my sending limit, will my campaign continue tomorrow automatically?
How do you resolve “Content is invalid, merge tag or block tag contains error”?
How to resolve “AWS connection is invalid” under the “Sender email address?”
Is the short preheader text I use in my email campaign getting automatically populated?
I have set up my URL but in the test mail, it is showing 404 error and redirecting it to different URL
How to use default Merge Tag in email campaign if the recipients do not have the data (First Name, Last Name, Full Name, etc)?

How to generate API key from MailBluster?

Last update: March 18, 2024

You need to generate the API key in MailBluster if you want to integrate your app/website with MailBluster.

To generate the API key, you need to go to your Brand > Settings > API Keys then click Create new.

Go to your Brand > Settings > API Keys then click Create new button.

Type the API key name and then click Create API key

Type the API key name and then clicking Create API key.

Once the API key is generated, copy the Key value and use it with your app/website.

After API key is generated, copy the Key value and use it with your app/website.

How to connect API key in MailBluster WordPress Plugin?

Last update: March 25, 2024

After installing the MailBluster WordPress Plugin, you’ll need to connect your MailBluster Brand from the main app with the MailBluster WordPress Plugin using the API key. A new item named MailBluster on the admin menu will appear after installing the plugin on your wordpress site.

Click on the Configure MailBluster API Key. It will redirect you to the API Key configuration page. Here you need to provide the API Key from MailBluster.

Provide an API key from the MailBluster app

Sign in to MailBluster, go to Settings > API Keys and then click on Create new API key.

Go to Settings > API Keys and then click on Create new API key.

Name your API key and click on Create API key.

Name your API key and click on Create API key.

An API key will be generated. Copy the API key from MailBluster.

Copy the API key from MailBluster.

Paste it into the MailBluster API configuration field of your WordPress website and click the Save Changes button. Congrats! Your MailBluster Brand is now connected with the website as shown above!

Paste it into the MailBluster API configuration field of your WordPress website and click the Save Changes button.

What is the API rate limit for MailBluster, and can I update multiple leads using Developer API?

Last update: March 18, 2024

The default rate limit for MailBluster Developer API is 10 requests/second and 100 requests/minute.

And, you cannot update multiple leads using MailBluster Developer API.
Only single lead can be added at a time. Same goes for update and delete through the Developer API.

If you want to import more than one lead at a time, then you need to use the MailBluster main app.

Here is the API documentation for your assistance: https://app.mailbluster.com/api-doc.

How to connect my Website Forms with MailBluster?

Last update: March 18, 2024

MailBluster can be connected to your Website Forms using these two ways:

1. Using MailBluster developer API (https://app.mailbluster.com/api-doc).

You need to customize Shopify to send the lead information to MailBluster using the developer API when a customer signs up to the Shopify store. Technical knowledge is required to use the MailBluster Developer API.

2. Using MailBluster WordPress Plugin (https://wordpress.org/plugins/mailbluster4wp).

If your app/website is built using WordPress, you can use MailBluster WordPress plugin to create a subscribe form and add it to your page/post. WordPress Plugin for MailBluster allows the site visitors to become subscribers through a subscribe form which will automatically add them to the MailBluster mailing list without doing anything manually.

Can I send bulk emails using MailBluster Developer API?

Last update: March 18, 2024

MailBluster Developer API is not designed for sending and receiving emails, i.e. Bulk emailing. However, MailBluster Developer API allows to control your leads, managing products, and ecommerce activities from outside of your MailBluster account.

The API is specifically designed to control Leads, Fields, Products and Orders.
In simple words, the Developer API is designed to collect leads from the client’s website. It is not capable of sending emails.

For further details on MailBluster Developers API, please visit: https://app.mailbluster.com/api-doc.

How could you obtain the lead hash so I can read the lead?

Last update: March 28, 2024

Lead hash is the md5 encrypted value of lead’s email. To obtain the MD5 hash value of your lead’s email, you can use various MD5 generator tools available online. One such tool is located at MD5 Hash Generator. Simply input the email address of your lead into the tool, and it will generate the corresponding MD5 hash value, which is known as {lead_hash}

Then, you will need to send a GET request to read the specific lead to this API endpoint:  https://api.mailbluster.com/api/leads/{lead_hash}

Check out this guide: https://app.mailbluster.com/api-doc/leads/read.

Please note: Some technical knowledge is required to implement this technique.

MailBluster Form integration in WordPress site.

Last update: March 18, 2024

Depending on your ability to edit the website code, there are three possible scenarios to add the MailBluster form to a WordPress site:

1. If you manage your website’s code, you can add it there yourself. Inline forms should go inside the body tag wherever you want to display the form. Pop-up forms should go just before the closing body tag.

2. If your website has a dedicated webmaster or web admin, you can forward the code to them, and they can publish the form for you.

3. If you created your website using a builder tool, you could contact the support of your website builder to ask for instructions specific to their tool.

Integration with Gravity Forms

Last update: March 18, 2024

MailBluster does have Gravity Forms integration option. The Gravity Forms Webhooks add-on allows you to send your form data from your WordPress website to an external app or service. You will find this guide very helpful while integrating the plugin into your website.

Does MailBluster has Shopify integration?

Last update: March 18, 2024

MailBluster doesn’t provide direct sync support for the Shopify website yet.

But you can integrate MailBluster into Shopify using these two ways:

1. Using MailBluster developer API (https://app.mailbluster.com/api-doc)
You need to customize Shopify to send the lead information to MailBluster using the developer API when a customer signs up to your store. You need to have the technical knowledge to do this or need help from a software developer.

2. Using Make (formerly Integromat).
You need to create a scenario on Make to connect Shopify with MailBluster.

For both Shopify and MailBluster, you need to create a new connection on Make that is not shown in the video. For MailBluster, you just need to create a new API key from Settings > API Keys page from MailBluster and provide the Key in Make.

Is it possible to connect WooCommerce/OpenCart with MailBluster?

Last update: March 18, 2024

You can use MailBluster with WooCommerce/OpenCart using a 3rd party tool called Make (formerly Integromat). The following link will help you with connectivity and integration using MailBluster: https://www.make.com/en/integrations/mailbluster.
Also, you can check out this detailed guide and how to use Make (Formerly Integromat) with MailBluster: https://mailbluster.com/blog/connect-thousands-of-popular-apps-services-with-mailbluster-via-integromat/.
We also have a video tutorial on this which shows how to import Leads from Google Sheet to MailBluster using Make (formerly Integromat): https://youtu.be/BxSmrLNeqnU.