# Selligent

### Supported Destination Services

DinMo supports the following destination services:

* [Export contact lists](/integrations/destination-platforms/selligent/export-contact-lists.md)
* [Synchronize record attributes](/integrations/destination-platforms/selligent/synchronize-record-attributes.md)

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dinmo.io/integrations/destination-platforms/selligent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
