# Sailthru

## Requirements

<table><thead><tr><th width="148.9609375">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Sailthru API Key. Included in all requests.</td></tr><tr><td><strong>Secret</strong></td><td>Used to generate MD5 signatures for request authentication.</td></tr></tbody></table>

### Integrating with Sailthru

To enable the Sailthru integration in Teleskope:

1. Navigate to **Integrations** in the Teleskope UI.
2. Select **Sailthru** from the list of available third-party vendors.
3. Provide the required credentials:

* **API Key** (from your Sailthru account)
* **API Secret** (used to sign requests)

4. Click **Save** to activate the integration.

Once enabled, Teleskope can automatically issue deletion and retrieval requests to Sailthru for qualified data subject rights requests.

### Parameter Defaults

Teleskope’s Sailthru integration enforces the following default behavior:

<table><thead><tr><th width="179.12109375">Parameter Name</th><th>Default Value</th><th>Notes</th></tr></thead><tbody><tr><td><strong>identifier type</strong></td><td>Email</td><td>Required. Used to match Sailthru user records.</td></tr><tr><td><strong>format</strong></td><td>json</td><td>Always included in all requests.</td></tr><tr><td><strong>Signature</strong></td><td>MD5(secret + api_key + "json" + payload)</td><td>Automatically calculated for every request.</td></tr></tbody></table>

Refer to [Sailthru's](https://getstarted.meetmarigold.com/engagebysailthru/Content/developers/api/user.html) User API documentation.
