Benchmark Email (Preview)

Online email marketing solution to engage subscribers, target an audience, send beautiful, responsive emails and track results.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://www.benchmarkemail.com/ |
Privacy policy | https://www.benchmarkemail.com/email-marketing/privacy-policy |
Creating a connection
The connector supports the following authentication types:
Default | Required parameters for creating connection. | All regions |
Default
Applicable: All regions
Required parameters for creating connection.
Name | Type | Description |
---|---|---|
Username | string | The username for this api |
Password | securestring | The password for this api |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create contact |
This operation is used to add a new contact to an existing mailing list. |
Create list |
This operation is used to create a new mailing list. |
Create contact
This operation is used to add a new contact to an existing mailing list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
List id
|
listID | True | string |
Pick a list. |
Email
|
True | string |
Email address to add to the list (must not already be in the list). |
|
First Name
|
FirstName | string |
First name of the new contact. |
|
Middle Name
|
MiddleName | string |
The middle name of the new contact. |
|
Last Name
|
LastName | string |
Last name of the new contact. |
|
Job Title
|
JobTitle | string |
Job title of the new contact. |
|
Phone
|
Phone | string |
Phone number of the new contact (any format). |
|
Notes
|
Notes | string |
Additional notes related to the new contact. |
Returns
-2 if the contact already exists.
- Success
- integer
Create list
This operation is used to create a new mailing list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
List Name
|
listName | True | string |
The name of the new list. |
Returns
Unique identifier of the list.
- List Id
- string
Definitions
integer
This is the basic data type 'integer'.
string
This is the basic data type 'string'.