# Salesforce

## Requirements

* A Salesforce account with the **System Administrator** profile — this ensures Teleskope can access all relevant objects
* Your org can be **Production** or **Sandbox**

{% hint style="warning" %}
**Service account recommended.** The OAuth token is tied to the authorizing user. If that user is deactivated, all future automated actions will fail. Use a dedicated Teleskope service account with System Administrator access.
{% endhint %}

### Integrating with Salesforce

Teleskope uses OAuth 2.0 to connect to Salesforce. To authorize the integration:

1. Navigate to **Settings → Connectors → Salesforce**
2. Click **Enroll New** and select your environment (Production or Sandbox)
3. You will be redirected to Salesforce — sign in with the service account and click **Allow**
4. After authorizing, you are returned to Teleskope and the integration is active


---

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