> 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/asknicely.md).

# AskNicely

## Requirements

<table><thead><tr><th width="150.1640625">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>subdomain</strong></td><td>Your company’s AskNicely subdomain. Used to construct the API endpoint URL.</td></tr><tr><td><strong>apiKey</strong></td><td>Your AskNicely API Key. Used for authenticating requests.</td></tr></tbody></table>

### Integrating with AskNicely

To enable the AskNicely integration in Teleskope:

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

* **Subdomain** (e.g., `yourcompany` if your account is `yourcompany.asknice.ly`)
* **API Key** (from AskNicely’s API settings)

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

Once configured, Teleskope can automatically issue deletion requests to AskNicely for qualified data subject rights requests.

### Parameter Defaults

When Teleskope issues a deletion request to AskNicely’s Privacy API, it includes the following parameters by default:

| Parameter Name | Default Value | Notes                                                                                                         |
| -------------- | ------------- | ------------------------------------------------------------------------------------------------------------- |
| **skipnotify** | 1             | Always included in payload. Prevents AskNicely from sending notification emails to the contact being deleted. |

Default Identifier for AskNicely = **Email**


---

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