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}
You can find information on the MailBluster Developer API by visiting the MailBluster documentation site. Navigate to the Developer API section under Resources > API Doc, where you’ll find detailed guides, API endpoints, usage examples, and other resources needed for integration. This documentation provides all the necessary information for developers to effectively use the MailBluster API, enabling management of leads, fields, products, and e-commerce activities from outside your MailBluster account. The API’s simple and intuitive design allows you to manage four key aspects of the platform: Leads, Fields, Products, and Orders.
A CORS error occurs when you make a request from an HTML form submission or an AJAX call. This happens because anyone can intercept the request and view the secret API key, which is why CORS restrictions exist.
If you are getting CORS errors, it means you are calling the MailBluster developer API directly from your frontend. Instead, you need to call the MailBluster developer API from your backend.
To resolve this, send the request from your backend using languages like PHP, Node.js, Python, Ruby, etc. You can test this with Postman or a similar API testing tool to ensure it works as expected.
Calling the MailBluster developer API from the frontend will not work due to CORS errors and the associated security risks. Exposing your API key publicly can lead to major security issues.
Always make API calls from your backend to keep your API key secure. This approach will prevent CORS errors and protect your API key from being exposed.
You cannot update multiple leads using MailBluster DeveloperAPI. Only single lead can be added at a time. Same goes for update and delete while using the Developer API.
If you want to import more than one lead at a time, then you need to use the MailBluster main app.
MailBluster Developer API is not designed for sending and receiving emails, such as bulk emailing. However, it allows you to manage your leads, products, and e-commerce activities from outside your MailBluster account.
The API is specifically designed to control Leads, Fields, Products, and Orders. In simple terms, the Developer API is intended for collecting leads from the client’s website and managing related data. It is not capable of sending emails.
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.
MailBluster forms allow you to collect lead data directly from your website and add it to your lead list. MailBluster offers two types of forms:
1.Inline Form: This form displays in a specific section of your website where you choose to place it. For instance, you can position it at the top, middle, or bottom of your site. The inline form is permanently displayed in the location you select.
2. Pop-up Form: This form appears as a pop-up while visitors browse your site. You can configure the pop-up’s timing and choose its position—left, center, or right—at the beginning, middle, or bottom of the page. The pop-up form will display based on your configuration, including position, frequency, and trigger conditions.
Both forms can be effective depending on your creation strategy, website layout, and marketing approach. However, to achieve success, it is crucial to create your form correctly. Here, MailBluster can be your best companion.
If your app or website is built using WordPress, you can take advantage of the MailBluster WordPress plugin. Simply install it on your WordPress site.
The MailBluster WordPress Plugin provides basic functionality, such as the ability to create simple forms. These forms enable site visitors to easily subscribe, automatically adding them to your MailBluster mailing list without any manual intervention.
Please Note: The plugin and its basic forms are not designed for checkout and do not include e-commerce functionality.
The following are the guidelines on how to embed your created form using WordPress Custom HTML:
Go to the page where you want to embed your form.
Click on the Plus icon to add a new element.
Select Custom HTML.
Paste the HTML code from your MailBluster Form into the Custom HTML block.
Click Update in the top right corner.
You are now done. Your customized MailBluster form will appear on your WordPress website. This is how you can add the generated HTML code to your HTML website.
First, go to the admin panel of your WordPress site. Click on “Plugins,” then type “MailBluster” in the WordPress plugin search bar.
Then click Install Now.
After the plugin installation is completed, click Activate Plugin button.
Now you need to configure MailBluster API key after the Plugin has been activated. Click on MailBluster API key as shown below.
It will take you to the MailBluster API Key settings page where you need to insert the API Key to connect with the main MailBluster app.
Sign into MailBluster, then go to your Brand > Settings >API Keys and then click Create new.
Now enter API key name, for example, API key for WordPress, and then click on Create API key.
API key value will be generated. You need to copy the key value of this API key.
Paste the API key value and click Save Changes.
Your MailBluster Brand is now connected to your website through this API Key. Make sure API Status remains Active. You will also notice which MailBluster Brand is connected to this API key.
Now click on Forms and click Add New button.
Write down the Form name, Description and Builder settings to edit the Form.
Here we are updating the field; we replaced it with ‘city’. Then click Save field.
Here we are deleting/removing the “credit card” field and adding another field. Click Delete field to delete any current field.
Now go to Forms and customize your form accordingly. Click AddNew field. Be sure to click Save Draft to save your progress.
Add a new Field Label ‘Gender,’ and its Field Merge Tag ‘gender’ will be generated automatically. Then click Add Field.
‘Gender’ field has been created. Click on Gender to add to Preview Panel. Now click Save Draft.
Click on the Messages tab to write your desired messages as shown below.
Click on the Appearance tab to change the design of the form. Hit Save Draft every time your change any settings.
Click on the Settings tab to enable Double Opt-in, show MailBluster branding, add a consent checkbox, and set a Redirect URL according to your needs. Be sure to click Save Draft to save your settings.
Now click on Forms, click Publish and the copy the MailBluster Shortcode as shown below.
Now go to Pages and select your desired WordPress page. Click Edit.
Click the ‘+‘ symbol and drag and drop the Shortcode [/] into the WordPress page editor.
Now paste the MailBluster Shortcode under this [/] Shortcode field.
Now click on the Preview button and select Preview in new tab.
You will now see the Form made by the MailBluster Plugin.
Fill up the form and then click Subscribe.
The confirmation message will appear as set in the configuration settings earlier.
Sign into MailBluster > Brand and then go to Leads section. As you can see, the email ID, name, and subscription status are added to the MailBluster app from the WordPress Form page.
Now signin to your admin panel of your WordPress site and click on Plugins.
Click on Add New Plugin.
Click on Upload Plugin button in WordPress Admin page.
Select Choose File button and insert a CSV extensionfile.
Select the downloaded zip file of the MailBluster Plugin.
Now, click Install Now button.
After the plugin installation is completed, click Activate Plugin button.
Now, sign in to MailBluster and navigate to Brand > Settings > API Keys. Copy the API key from there and paste it into the MailBluster Plugin for WordPress. You can also refer to this guide on how to generate an API key from MailBluster if needed.
Yes, it is possible to connect WooCommerce with MailBluster using the WooCommerce Plugin, Bit Integrations Plugin and the MailBluster API key generated from the MailBluster app. You need to first install the WooCommerce Plugin to your WordPress site.
Then you need to install a 3rd party integration tool to your WordPress site called Bit Integrations Plugin.
Finally generate API key from MailBluster and connect Bit Integrations with MailBluster and WooCommerce.
Connecting MailBluster API with Bit Integrations.
A detailed guide on how to connect WooCommerce with MailBluster can be found here.
WooCommerce is a popular open-source e-commerce plugin for WordPress. It enables users to create and manage an online store with ease, leveraging the flexibility and functionality of the WordPress platform. In this guide, we will not discuss how to set up WordPress, as you already own a domain and have deployed your WordPress site. Instead, we will go through the detailed process of connecting WooCommerce with the MailBluster app.
First, you need to go to your WordPress Admin panel, then Plugins and click on Add New Plugin.
Type WooCommerce in the Keyword field. Then click on Install Now button.
After installation, click on Activate button.
The WooCommerce page will open, and you need to set up your WooCommerce store by following the wizard after clicking ‘Set up my store.’ We will not go into details on how to set up WooCommerce, as we are focusing on integrating MailBluster with WooCommerce. We assume that you have already set up your WooCommerce store.
After setting up WooCommerce store, you need to again go to your WordPress Admin panel. Then click on Plugins. Type bit integrations in the Keyword field. Then click on Install Now button.
We are using this 3rd party tool called Bit Integrations because it is designed to help users integrate and automate various software applications and services. It’s particularly useful for streamlining workflows by allowing different applications to communicate with each other and perform automated actions based on specific triggers.
After installation, click on Activate button.
A new option will appear on the left side of WordPress menu name Bit Integrations. Just click on it and then click on Create Integration.
Click on the Please select a Trigger field and type ‘Woo’. WooCommerce will appear. Click on the Woocommerce.
Now you have to Select a Form/Task Name from the dropdown list. Here we selected ‘Customer-Edit‘
After selecting Task Name, click the Next button.
Now you have to go to Bit Integrations again from the WordPress menu on the left side. Click on it and then Please select a Action field appears. Type ‘MailBluster‘ and click on MailBluster.
You will be asked to enter the API Token which you will need it from the MailBluster app.
Since we have discussed on how to create API key, here we are just showing how to obtain and copy the API key from MailBluster. Just go to your Brand > Settings > API Keys and copy the Key value of the API.
After copying the key value of the API Key, go to you previous WordPress Admin panel session and then Bit Integrations and paste the API Token as shown below. Click the Authorize button and then click Next button.
Select Type Subscribed and then highlight the Form Fields with MailBluster Fields from Field Map as shown below. Then click the Next button.
Bit Integrations will give a confirmation that the Integration has been successful. Click on Finish & Save.
Now go to your WooCommerce site and click on My Account > Account details. Enter the details as shown below and click Save changes. It will give a confirmation like ‘Subscribed successfully’.
Now go to WordPress Admin Panel of your website and then click Bit Integrations. Click on the 3 dot ellipsis and then click Timeline.
You will see the Integration log showing Status as ‘success‘ for the newly entered lead information earlier.
Now, if you go to MailBluster, then your Brand>Leads, you will notice that the lead information has been added to the Leads section from your WooCommerce Store site successfully.
Pabbly is an integration tool that allows users to automate workflows between different applications without any coding. It helps connect apps like Google Sheets, MailBluster, and many others to automate tasks. Primarily, Pabbly requires 2 steps to initiate the automation process: Trigger and Action. Let’s integrate MailBluster with Pabbly to understand how it works.
First, click on Create Workflow.
Enter the Workflow Name.
Select Google Sheets from Choose App.
Then select New or Updated Spreadsheet Row from Trigger Event.
Now go to Google Sheets > Extensions > Add-ons > Get add-ons.
Type inside the search bar Pabbly Connect Webhook. Click on the Pabbly Connect Webhooks.
Install the add-on by clicking Install.
Then go to Extensions > Pabbly Connect Webhooks > Initial Setup.
Go to Google Sheets and click on the Copy button from Webhook URL.
Now paste the Webhook URL and write the final data column in the Trigger Column. Here we wrote D according to the Sample CSV file as shown below.
Now, click Send Test and check for “successful” message.
Also, click on Response Received. You will notice that the fields are all populated.
Click on the Submit button. You will get a notification message “Setup configured successfully”.
Now close the Initial Setup window and click on Pabbly Connect Webhooks > Send On Event.
Now, it’s time to connect the MailBluster app. Go to Pabbly again and Choose Your Next Application : Action.
The trigger module collects the data, and in the action module, this data is submitted to MailBluster each time the workflow executes. At this step, connect MailBluster to add leads to the automated process.
After selecting MailBluster, select the Action Event: Create Lead.
Click on the Connect button.
Select Add New Connection, copy the generated API key from MailBluster, and paste it into the API Key field in Pabbly. Then click Save button.
You need to Create API key from MailBluster. Sign in to your MailBluster account, then go to Brand > Settings > API Keys and select Create New. On the API Keys tab, Create new, name your API key and click Create API Key.
Once the API key is created, copy the Key value, paste it into the API Key field in Pabbly, and click Save.
Now, map data by highlighting Email address as shown below.
Similarly, map the data by selecting First Name, Last Name, and Subscribed. This mapping is necessary to retrieve data from the corresponding columns in Google Sheets.
Click Save & Send Test Request. This will save the values you entered above and send the data to the selected app for processing. A response will be received once processing is complete.
Now, go to MailBluster, and in the Leads section, you will see that the email address has been added to Leads.
Go to your Google Sheets and add a new lead to test if it is automatically added to the MailBluster Leads.
As you can see, the lead above has been successfully added to the Leads section in MailBluster automatically.
As you can see, we have focused on connecting Google Sheets with MailBluster to streamline the automation process using Pabbly. Similarly, you can achieve this with the following options.
Make (formerly Integromat) is a visual, no-code automation platform that allows users to connect and automate tasks across various apps and services. It enables users to create workflows, known as scenarios, that streamline processes and remove repetitive tasks without requiring any programming skills.
Make operates with a system of triggers and actions to execute workflows from start to finish. A trigger is an event that initiates the workflow, telling Make when to begin running each step in the automation. Following a trigger, actions are the tasks Make carries out in response. By combining triggers and actions, ‘Make’ lets users build flexible, multi-step workflows that connect tasks across different applications seamlessly.
As you can see, we are going to demonstrate on how to connect MailBluster with ‘Make’ using Google Sheets. Similarly, you can accomplish this with the follow options as well.
Sign in to you Make account, and click on Create a new scenario.
Select Google Sheets by clicking the ‘+‘ sign, then type ‘Google Sheets’ on the search bar. Select Google Sheets from the list as shown below.
Now, scroll down and select Watch New Rows or type ‘watch’ in the search bar and select Watch New Rows.
Under Connection, click on the Add button.
After clicking Add, then enter Connection name and click Sign in with Google.
Click Continue in the Google popup screen.
Give permission to Make by clicking Allow.
Now, select the CSV file from Spreadsheet ID. Here we have selected a Sample CSV file.
This is the Sample CSV File containing all the dummy names, leads and subscribed status.
Click on the Sheet Name and select Sheet1. Then click on OK button.
Select All on the pop up box of Choose where to start. Then click OK button.
Now, it’s time to connect MailBluster with Make. Click on Add another module. Then type MailBluster in the search bar.
Type MailBluster and select MailBluster from the search bar.
Then select Create a Lead
Under Connection, click on the Add button.
Enter the Connection name and you need to place the MailBluster API key from MailBluster.
Create an API key from MailBluster as shown below.
Now, copy the API key from MailBluster by clicking on the API key value.
Paste the API key inside Create a connection > API Key. Then click Save button.
Drag and drop Email, First Name and Last Name from the popup.
Then select Yes for the option ‘If lead exists, should it get overridden’ and then click OK button.
Click Save to save the process and then click Run once. You can see at the bottom left corner that a process will run.
If successful, you will see a message saying ‘The scenario run was completed’ and both Google Sheets and MailBluster font will turn green as shown below. You can also schedule the scenario to run at a specific time. Click on ‘Scheduling,’ and a schedule settings box will appear. If your Google Sheet is updated with new leads, the scheduled run will ensure the automation process stays up to date.
Now, if you go to MailBluster and check the Leads section, you’ll see that the leads from the Sample CSV file have been automatically added.
Integrately is a cloud-based automation platform designed to connect apps and services to streamline workflows and reduce manual effort. It enables users to automate repetitive tasks by creating “automations” between different applications without needing to write code. Integrately is an alternative to tools like Zapier and Make, offering simple and intuitive workflows with a large catalog of pre-built integrations. Integrately is ideal for businesses and individuals looking to save time, improve efficiency, and eliminate the need for repetitive manual tasks.
Sign in to Integrately with your credentials or use Continue with Google.
Type “Google” and select “Google Sheets” from the list of apps.
Now, select the second app (App 2) “MailBluster” by typing MailBluster in the search bar.
Now, click on Activate for “Create MailBluster lead for new Google Sheets row.”
Sign in to Google to access Google Sheets.
Give all permissions to Integrately by clicking the checkbox “Select all” and then click Continue.
Under Select Spreadsheet, click on the field and select your desired CSV file. Here we selected a Sample CSV file made from Google Sheet.
Simply go to your Google Sheet and make sure it contains in this format: First name, Last name, Email and Subscribed as shown below.
Then Select Worksheet > Sheet1 and click Continue.
Now, Integrately will request you to connect the second app which is MailBluster. You need the API key to connect MailBluster with Google Sheet.
Sign in to MailBluster then go to Brand > Settings > API Keys and generate a new key by clicking Create new.
Enter the API key name. Then click Create API key to generate.
Copy the generated API Key value by clicking Copy.
Paste MailBluster API key in Integrately then click Continue. Wait for the Authentication successful message to appear.
Your Automation is Ready message pops up. If you want to add more apps, conditions or branches then click Yes otherwise click No.
The following message: You have automated the process! will appear if everything is done correctly showing that the whole automation process has been configured successfully.
Now you are all set. Simply go to your Google Sheet and enter these information under First name, Last name, Email and Subscribed.
Then go to MailBluster > your Brand > View all. You will now notice new leads has been added to MailBluster automatically from Google Sheets.
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 Integrating Gravity Forms with MailBluster using Webhook very helpful while integrating the plugin into your website.
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 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.
You can use MailBluster with OpenCart using a 3rd party tool called Make (formerly known as 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 with MailBluster.
We also have a video tutorial on this which shows how to import Leads from Google Sheet to MailBluster using Make:
Gmail annotations are additional details you can add to your promotional emails, such as special deals, expiration dates, and discount codes. These annotations appear in the Gmail inbox and require using a structured data format called JSON-LD.
Unfortunately, this feature is not currently available in MailBluster. We appreciate your understanding and apologize for any inconvenience.
These links are independent of MailBluster and are not officially affiliated with or endorsed by MailBluster. If you notice any changes or errors, please consult with the respective developers. Use these packages at your own discretion, as MailBluster will not be liable for any impacts caused by their use.