Actito Email
Didomi can connect to Actito Transactional Email to send emails through your own templates and email addresses.
Didomi uses the Actito API for transactional Email and can easily connect to your campaign with your API key.
Didomi needs the following configuration items to setup the connection with Actito Email:
Configuration | Description | Required |
API key | API key to connect to the Actito server | Yes |
Entity ID | Entity used in your Actito account | Yes |
Email property | Property used to store the email 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 [email protected] to get your Actito Email connector configured and provide the elements listed above.
{
"api_key": "API_KEY",
"entity_id": "ENTITY_ID",
"properties": [
{
"id": "user_organization_user_id",
"value": "ACTITO_ID"
}
],
"email_property": "email"
}
Make sure to provide the IDs of the event types that you will be sending. See the Templates section for more information.
Last modified 2yr ago