Active with remarks
This application needs additional settings. Please follow the documentation below to create your own connection.

Mailercheck

With the Mailercheck modules in Boost.space Integrator, you can validate emails.

To get started with Mailercheck, create an account at mailercheck.com

Connect Mailercheck to Boost.space Integrator

  1. Log in to your Mailercheck account.

  2. Click your Profile Name > API.

    Mailercheck_2.png
  3. Click Generate new token.

    Mailercheck_1.png
  4. Enter a name for the API token and click Create token. Copy or download the generated API token to a safe place.

    Mailerchek_4.png
  5. Log in to your Boost.space Integrator and add a module from the Mailercheck into a Boost.space Integrator scenario.

  6. Click Add next to the Connection field.

  7. In the Connection name field, enter a name for the connection.

  8. In the API Token field, enter the token copied in step 4, and click Save.

You have successfully connected the Mailercheck app with Boost.space Integrator and can now build scenarios.

Actions

You can validate the emails and make API calls using the following modules.

Validate an Email

Validates an email address to check if it is risky to send to.

Connection

Establish a connection to your Mailercheck account.

Email Address

Enter (map) an email address you want to validate.

Make an API Call

General module to make API calls.

Connection

Establish a connection to your Mailercheck account.

URL

Enter a path relative to https://app.mailercheck.com/api, For example.: /v1/check/single.

[Note] Note

For the list of available endpoints, refer to the Mailercheck API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use – Get User

The following API call returns all the requested user details from your Mailercheck account:

URL:

/v1/user

Method:

GET

qRpl1ZxuRS.png

Matches of the search can be found in the module’s Output under Bundle > Body. In our example, user details were returned.

msedge_Mxeqxhks3p.png