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 sends transactional SMS 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 - Send Transactional SMS 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.
Boldem - Connection (ver. 1.0.0)
Client ID
Client ID for Boldem API.
Client secret
Client secret for the connection.
Input & Output Schema
Input
Boldem - Send Transactional SMS Request (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
TemplateID | Integer | Yes | The ID of the SMS template to use |
GroupID | Integer | Yes | The ID of the group to send the SMS to |
From | String | Yes | The sender's name or phone number |
Body | String | Yes | The content of the SMS message |
To | Boldem - Transactional SMS Recipient v1.1.0 |
Yes | Recipient details for the transactional SMS |
Tags | String | No | Tags associated with the SMS for tracking purposes |
Variables | JSON | Yes | JSON object containing variables for personalization of the SMS |
Boldem - Transactional SMS Recipient (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Phone | String | No | The phone number of the recipient |
GUID | String | Yes | The globally unique identifier for the recipient |
Variables | JSON | Yes | JSON object containing variables for personalization of the SMS |
Output
Boldem - Send Transactional SMS Response (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusCode | Integer | No | A numerical response from the server to an HTTP request sent to an API |
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
Release notes
3.0.2
- First release