# Selligent

### Supported Destination Services

DinMo supports the following destination services:&#x20;

* [Export contact lists](https://docs.dinmo.io/integrations/destination-platforms/selligent/export-contact-lists)
* [Synchronize record attributes](https://docs.dinmo.io/integrations/destination-platforms/selligent/synchronize-record-attributes)

Please refer to the dedicated documentation page for more information.&#x20;

### 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.&#x20;

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: <br>

* **For both destination services:**
  * GET `/organizations/{organization}/lists/{api_name}`&#x20;
  * GET `/organizations/{organization}/lists`&#x20;
* **To Synchronize Record Attributes**&#x20;
  * POST `/organizations/{organization}/lists/{api_name}/data/load`&#x20;
  * GET `/organizations/{organization}/lists/{api_name}/fields`&#x20;
  * POST `/organizations/{organization}/lists/{api_name}/fields`&#x20;
* **To Export contact lists**
  * GET `/organizations/{organization}/lists/{api_name}/segments`&#x20;
  * DELETE `/organizations/{organization}/lists/{api_name}/segments/{segment_api_name}/data/clear`
  * POST `/organizations/{organization}/lists/{api_name}/segments/static`&#x20;
  * 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:

1. Enter the Selligent hostname used to access your control panel, which is usually `{organization}.slgnt.eu`&#x20;
2. Enter the API and Secret keys from the Service Account you created
