> For the complete documentation index, see [llms.txt](https://docs.teleskope.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teleskope.ai/the-platform/data-subject-rights/enroll-third-party-integrations/sailthru.md).

# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.teleskope.ai/the-platform/data-subject-rights/enroll-third-party-integrations/sailthru.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.
