Selligent
Didomi allows you to update your Selligent profile properties with the preferences collected through Didomi consent events.
Didomi connects to your Selligent installation through API user credentials. Every time preferences are collected using the Didomi Platform, it triggers your campaign (using a gate) in order to update the properties of your Selligent profile. You can use Didomi user properties such as the
organization_user_id
to identify and link your users on both platforms.- Upsert mode: Please note that the upsert_mode option is not supported for Selligent.
- Bidirectional flow: Please note that the bidirectional flow is not supported at the moment.
Didomi uses the entity profile of Selligent and sends the property value when updating a contact, hence consent events are mapped to the profile properties.
Didomi needs the following configuration items to set up the connection with Selligent:
Property | Description | Required |
---|---|---|
URL | Base URL for your Selligent installation | Yes |
Username | Selligent API user | Yes |
Password | API user's encryption key | Yes |
Gate | The name of the gate used to access the campaign | Yes |
Properties | List of properties to match between Didomi and Selligent | Yes |
{
"config": {
"url": "my-selligent-installation.com",
"gate": "didomi",
"authentication": {
"username": "api_user",
"password": "access_key"
},
"properties": [
{
"id": "MAIL",
"value": "organization_user_id",
}
]
}
}
The configuration of the Selligent integration cannot be done in the Didomi Console at the moment. Please reach out to [email protected] to get your Selligent integration configured and provide the elements listed above.
Last modified 7mo ago