# Braze

## Requirements

<table><thead><tr><th width="124.5">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Braze REST API Key. Used in Bearer authorization header.</td></tr><tr><td><strong>Endpoint</strong></td><td>Braze REST API Endpoint URL (region-specific).</td></tr></tbody></table>

### Integrating with Braze

To enable the Braze integration in Teleskope:

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

* **Braze API Key** (Server-side API Key with User Data permissions)
* **Braze Endpoint** (e.g., `https://rest.iad-01.braze.com`)

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

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

### Parameter Defaults

Teleskope’s Braze integration enforces the following default behavior:

| Parameter Name      | Default Value         | Notes                                                   |
| ------------------- | --------------------- | ------------------------------------------------------- |
| **identifier type** | Email or Phone Number | Only these identifier types are supported for matching. |

The integration automatically selects the correct identifier field in Braze (either `email_address` or `phone`) based on the user’s DSR request.


---

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