Skip to content
background-image background-image

boldem

Boldem - Insert Contact Into Automation

  • Version

    3.0

  • Agent restriction

    None

  • Processing type

    Row by row

  • Multi-input step

    Not Supported

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 inserts contact into automation 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 - Insert Contact Into Automation 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 - Insert Contact Into Automation Request (ver. 1.0.0)

Column Data type Allow null Description
Email String Yes The email address of the contact to be inserted
AutomationID Integer No The unique identifier of the automation
CustomData JSON Yes Custom data fields to include with the contact

Output

Boldem - Insert Contact Into Automation 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
Email String Yes The email address of the contact inserted into the automation
AutomationID Integer Yes The unique identifier of the automation
CustomData JSON Yes Custom data fields included with the contact
AutomationContactStateID Integer Yes The state ID of the contact within the automation
Created DateTime Yes The date and time when the contact was created in the automation
Updated DateTime Yes The date and time when the contact was last updated
Finished DateTime Yes The date and time when the automation for the contact was finished
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.1

  • First release