# 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`&#x20;

> 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.&#x20;

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