Actito SMS

Didomi can connect to Actito Transactional SMS to send sms through your own templates and phone numbers.

Implementation

Didomi uses the Actito API for transactional SMS and can easily connect to your campaign with your API key.

Field

Didomi needs the following configuration items to setup the connection with Actito SMS:

Configuration

Description

Required

API key

API key to connect to the Actito server

Yes

Entity ID

Entity used in your Actito account

Yes

Phone property

Property used to store the phone number on Actito

Yes

Properties

List of properties you want to match between Didomi and Actito

No

The configuration of the Actito Email connector cannot be done in the Didomi Console at the moment. Please reach out to support@didomi.io to get your Actito SMS connector configured and provide the elements listed above.

Example

{
    "api_key": "API_KEY",
    "entity_id": "ENTITY_ID",
    "properties": [
        {
            "id": "user_organization_user_id",
            "value": "ACTITO_ID"
        }
    ],
    "phone_number_property": "mobile"
}

Templates

Make sure to provide the IDs of the event types that you will be sending. See the Templates section for more information.

Last updated