# Calendly

## Requirements

In order to integrate Teleskope with Calendly for DSR requests, you must have:

* An outbound email configuration in Teleskope (used by the internal EmailHandler).
  * Must be able to send mail to **<privacy@calendly.com>**.
* No API credentials or endpoint URL are required for Calendly (requests are sent by email).
* The user’s **email address** as the identifier for the request.

{% hint style="info" %}
Retrieval is not supported by this integration.
{% endhint %}

### Integrating with Calendly

To integrate Teleskope with Calendly:

1. Navigate to **Data Subject Rights → Third Party Integrations** and pick **Calendly**.
2. Since Calendly uses email, there are no API fields to enter. Ensure your outbound email settings are configured, then click **Save**.

### Parameter Defaults

* When Teleskope sends a **Delete User** request to Calendly, it includes these parameters by default:
  * `to`: `privacy@calendly.com`
  * `method`: `email`
  * `identifier_in_body`: user’s email address
* Default Identifier for Calendly = `email`

> Behind the scenes, the handler uses the EmailHandler to send the deletion request and returns a standard “vendor deletion request submitted” message if the email is sent successfully.

#### Helpful Links

[Calendly: How to delete personal data](https://help.calendly.com/hc/en-us/articles/4412601189911-How-to-delete-personal-data-in-Calendly)

[Calendly Privacy Notice](https://calendly.com/legal/privacy-notice)


---

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