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