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

Mailrelay

The Mailrelay modules allow you to monitor, create, update, send, retrieve, list, and delete the groups and subscribers in your Mailrelay account.

Getting Started with Mailrelay

Prerequisites

The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory!

Connecting Mailrelay to Boost.space Integrator

To connect your Mailrelay account to Boost.space Integrator you need to obtain the API Key from your Mailrelay account and insert it in the Create a connection dialog in the Boost.space Integrator module.

  1. Log in to your Mailrelay account.

  2. Click Settings > API Keys.

    61f273144ad71.gif
  3. Copy the token to your clipboard.

    61f2731763273.png
  4. Go to Boost.space Integrator and open the Mailrelay module’s Create a connection dialog.

    61f273187968b.gif
  5. In the Connection name field, enter a name for the connection.

  6. In the API Key field, enter the token copied in step 3.

  7. In the Domain field, enter your organization domain within Mailrelay. For example, if your account’s URL is https://xyz.ipzmarketing.com then the domain is xyz.

  8. Click Continue.

The connection has been established.

Groups

Search Groups

Searches for groups or lists them all.

Connection

Establish a connection to your Mailrelay account.

Search Criteria

Select or map the search criteria and enter its value to filter the groups that match the specified ID.

Limit

Set the maximum number of groups Boost.space Integrator should return during one execution cycle.

Get a Group

Retrieves a single group specified by ID.

Connection

Establish a connection to your Mailrelay account.

Group ID

Select or map the Group ID whose details you want to retrieve.

Create a Group

Creates a new group.

Connection

Establish a connection to your Mailrelay account.

Name

Enter (map) a name for the group.

Description

Enter (map) the details of the group.

Update a Group

Updates a group specified by ID.

Connection

Establish a connection to your Mailrelay account.

Group ID

Select or map the Group ID you want to update.

Name

Enter (map) a new name for the group.

Description

Enter (map) the new details of the group.

Delete a Group

Removes a group specified by ID.

Connection

Establish a connection to your Mailrelay account.

Group ID

Select or map the Group ID you want to delete.

Subscribers

Search Subscribers

Searches for subscribers or lists them all.

Connection

Establish a connection to your Mailrelay account.

Search Criteria

Select or map the search criteria and enter its value to filter the groups that match the specified ID.

Include Groups

Select whether you want to include the groups in the results.

Filter by Status

Select or map the status to filter the subscribers that match the specified status:

  • Active

  • Inactive

  • Disabled

Banned

Select whether you want to list the banned subscribers.

Bounced

Select whether you want to list the bounced subscribers.

Reported Spam

Select whether you want to list the subscribers that reported spam.

Unsubscribed

Select whether you want to unsubscribed subscribers.

Group IDs

Select or map the Group IDs to list the subscribers that belong to the specified groups.

Limit

Set the maximum number of groups Boost.space Integrator should return during one execution cycle.

Get a Subscribers

Retrieves a subscriber specified by ID.

Connection

Establish a connection to your Mailrelay account.

Subscriber ID

Select or map the Subscriber ID whose details you want to retrieve.

Include Groups

Select whether you want to include subscriber group details in the results.

Create / Update a Subscriber

Creates a new subscriber or updates an existing one.

Connection

Establish a connection to your Mailrelay account.

Email Address

Select or map the email address of the subscriber whom you want to create or update.

Status

Select or map the subscriber status:

  • Active

  • Inactive

Replace Groups

Select whether you want to replace the subscriber group.

Restore if Deleted

Select whether you want to restore the subscriber if it is deleted.

Name

Enter (map) the subscriber’s name.

Address

Enter (map) the subscriber’s address.

City

Enter (map) the subscriber’s city name.

State

Enter (map) the subscriber’s state name.

Country

Enter (map) the subscriber’s country name.

Birthday

Enter (map) the subscriber’s date of birth.

Website

Enter (map) the subscriber’s website URL address.

Group IDs

Select or map the Group IDs to which you want to add the subscriber.

Delete a Subscriber

Removes a subscriber specified by ID.

Connection

Establish a connection to your Mailrelay account.

Subscriber ID

Select or map the Subscriber ID whose details you want to delete.

Confirmation Emails

Resend a Confirmation Email

Resends a confirmation email to a subscriber specified by ID.

Connection

Establish a connection to your Mailrelay account.

Subscriber ID

Select or map the Subscriber ID to whom you want to send the confirmation email.

Other

Make an API Call

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Mailrelay account.

URL

Enter a path relative to https://<domain>.ipzmarketing.com/api. For example: /v1/subscribers

[Note] Note

For the list of available endpoints, refer to the Mailrelay API Documentation. You must enter your domain name in the URL to access the 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 – List Groups

The following API call returns all the groups from your Mailrelay account:

URL:

/v1/groups

Method:

GET

61f2731ac1f50.png

Matches of the search can be found in the module’s Output under Bundle > Body.

In our example, 30 groups were returned:

61f2731bef4f5.png