Boldem is a comprehensive digital marketing platform designed to streamline and optimize your marketing efforts. It provides robust features for email marketing, SMS campaigns, social media management, and marketing automation. Boldem helps businesses of all sizes enhance their marketing strategies, engage with their audience, and drive growth through targeted and personalized communication.
Connector that creates or updates contact by Boldem API.
Prerequisites for calling Boldem API endpoints
To successfully call the endpoints of the Boldem API, ensure the following prerequisites are met:
-
Boldem account
-
Profi plan
-
API key (Client ID and Secret Key) generated in your Boldem account, which you will use to control the API
-
Access token and refresh token obtained by calling the appropriate endpoint using your API key
Generating an API Key
-
Log in to your Boldem account
-
Navigate to Settings/API
-
Click the New API Key button
-
Enter a name for the key for your reference
-
A dialog will appear with the API key details – Client ID and Client Secret
Configuration
Boldem - Connection (ver. 1.0.0)
Client ID
Client ID for Boldem API.
Client secret
Client secret for the connection.
Boldem - Create Or Update Contact Settings (ver. 1.0.0)
Error behavior
The available values are:
-
Fail and return response: The connector fails at the specified line but generates output with error details.
-
Fail without response: The connector fails - the error will be displayed only in the log.
-
Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.
Input & Output Schema
Input
Boldem - Create Or Update Contact Request (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
FirstName | String | Yes | Customer's first name |
LastName | String | Yes | Customer's last name |
Sex | Integer | No | Customer's gender (e.g., 1 = Male, 2 = Female) |
Phone | String | Yes | Customer's phone number |
Company | String | Yes | Name of the customer's company |
Salutation | String | Yes | Salutation or title of the customer (e.g., Mr.) |
String | No | Customer's email address | |
CustomColumns | Boldem - Custom Column v1.0.0 |
Yes | Custom columns for additional customer data |
MailingListIDs | Boldem - Int Value v1.0.0 |
Yes | IDs of the mailing lists the customer belongs to |
Boldem - Custom Column (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Name | String | Yes | Name of the custom attribute |
BooleanValue | Bool | Yes | Boolean value of the custom attribute |
StringValue | String | Yes | String value of the custom attribute |
DateValue | DateTime | Yes | Date and time value of the custom attribute |
IntValue | Integer | Yes | Integer value of the custom attribute |
DoubleValue | Double | Yes | Double (floating-point) value of the custom attribute |
Boldem - Int Value (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Value | Integer | No | The integer value of the attribute |
Output
Boldem - Create Or Update Contact Response (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusCode | Integer | No | A numerical response from the server to an HTTP request sent to an API |
FirstName | String | Yes | Customer's first name |
LastName | String | Yes | Customer's last name |
Sex | Integer | Yes | Customer's gender (e.g., 1 = Male, 2 = Female) |
Phone | String | Yes | Customer's phone number |
Company | String | Yes | Name of the customer's company |
Salutation | String | Yes | Salutation or title of the customer (e.g., Mr., Ms.) |
ContactID | Integer | Yes | Unique identifier for the customer contact |
String | Yes | Customer's email address | |
Created | DateTime | Yes | Date and time when the contact was created |
Updated | DateTime | Yes | Date and time when the contact was last updated |
LastOpen | DateTime | Yes | Date and time when the contact last opened a message |
LastClick | DateTime | Yes | Date and time when the contact last clicked a link in a message |
DateConfirmed | DateTime | Yes | Date and time when the contact confirmed their subscription |
CustomColumns | Boldem - Custom Column v1.0.0 |
Yes | Custom columns for additional customer data |
MailingListIDs | Boldem - Int Value v1.0.0 |
Yes | IDs of the mailing lists the customer belongs to |
MailingLists | Boldem - Contact Mailing List v1.1.0 |
Yes | Details of the mailing lists the customer is subscribed to |
IsError | Bool | No | Indicates whether there was an error during the operation |
Message | String | Yes | Error or status message providing additional information |
Status Code
- 200 Success
- 400 Bad request
- 500 Server error
Boldem - Custom Column (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Name | String | Yes | Name of the custom attribute |
BooleanValue | Bool | Yes | Boolean value of the custom attribute |
StringValue | String | Yes | String value of the custom attribute |
DateValue | DateTime | Yes | Date and time value of the custom attribute |
IntValue | Integer | Yes | Integer value of the custom attribute |
DoubleValue | Double | Yes | Double (floating-point) value of the custom attribute |
Boldem - Int Value (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Value | Integer | No | The integer value of the attribute |
Boldem - Contact Mailing List (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
MailingListID | Integer | No | Unique identifier for the mailing list |
Created | DateTime | No | Date and time when the mailing list was created |
Updated | DateTime | No | Date and time when the mailing list was last updated |
Name | String | Yes | Name of the mailing list |
Description | String | Yes | Detailed description of the mailing list |
IsTest | Bool | No | Indicates whether the mailing list is for testing purposes |
Assigned | DateTime | Yes | Date and time when the mailing list was assigned |
Origin | Integer | No | Source or origin identifier for the mailing list |
IsUnsubscribed | Bool | No | Indicates whether the mailing list has unsubscribed users |
Release notes
3.0.4
- First release