Selligent
Sending data to Selligent: Step-by-Step Guide
Supported Destination Services
DinMo supports the following destination services:
Please refer to the dedicated documentation page for more information.
Authentification to Selligent
To connect to Selligent, go to the Destinations overview page in DinMo and click the Add destination button. Select Selligent and click on continue. You can then authenticate DinMo to Selligent via a Service Account.
To create this service accout, go to your Selligent dashboard and click the settings gear in the bottom left corner.
Navigate to Access Management > Service Accounts and click New. Make sure to configure the following endpoints:
For both destination services:
GET
/organizations/{organization}/lists/{api_name}
GET
/organizations/{organization}/lists
To Synchronize Record Attributes
POST
/organizations/{organization}/lists/{api_name}/data/load
GET
/organizations/{organization}/lists/{api_name}/fields
POST
/organizations/{organization}/lists/{api_name}/fields
To Export contact lists
GET
/organizations/{organization}/lists/{api_name}/segments
DELETE
/organizations/{organization}/lists/{api_name}/segments/{segment_api_name}/data/clear
POST
/organizations/{organization}/lists/{api_name}/segments/static
POST
/organizations/{organization}/lists/{api_name}/segments/{segment_api_name}/data/load
DELETE
/organizations/{organization}/lists/{api_name}/segments/{segment_api_name}/data
Then in DinMo:
Enter the Selligent hostname used to access your control panel, which is usually
{organization}.slgnt.eu
Enter the API and Secret keys from the Service Account you created
Last updated