Braze
Subsets supports syncing data to Braze using the Start a new import - /users/track API endpoint.
The following four User Profile Attributes can be created in Braze:
{
'subsets_experiment_id',
'subsets_experiment_added_at',
'subsets_experiment_name',
'subsets_subscriber_churn_risk'
}
Setup guide
- Create a REST API key for dev and prod in Braze by following this guide.
- Add scopes listed in the Required permissions.
- Share the dev and prod REST endpoint that have been assigned your org. See Endpoints
- Share the API keys with us.
note
Calls to the endpoint will be batched, and Subsets can update 75 user profile attributes in one call, but make sure that your API rate limits allows for ~200 (depending on your org size) calls from Subsets per day
Required permissions
| Scopes |
|---|
users.track |