Skip to content

Clarify braze setup instructions #6795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Braze Cloud Mode (Actions) provides the following benefit over Braze Classic:
## Getting Started

1. From the Segment web app, click **Catalog**.
2. Search for "Braze" in the Catalog, select **Braze Cloud Mode (Actions)**, and choose which of your sources to connect the destination to.
3. Add the following Connection Settings:
2. Search for "Braze" in the Catalog, select **Braze**, and choose which of your sources to connect the destination to.
3. Select "Actions" under the Destination framework options.
4. Add the following Connection Settings:
- **API Key**: Created under Developer Console in the Braze Dashboard.
- **App ID**: The app identifier used to reference specific Apps in requests made to the Braze API. Created under Developer Console in the Braze Dashboard.
- **REST Endpoint**: Your Braze REST Endpoint. For more information, see [API Overview](https://www.braze.com/docs/api/basics/){:target="_blank"} in the Braze documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ hidden: true

[Braze](https://www.braze.com/){:target="_blank"}, formerly Appboy, is an engagement platform that empowers growth by helping marketing teams to build customer loyalty through mobile, omni-channel customer experiences.




> success ""
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Braze Segment destination. There's also a page about the [non-Actions Braze destination](/docs/connections/destinations/catalog/braze/). Both of these destinations receives data _from_ Segment. There's also the [Braze source](/docs/connections/sources/catalog/cloud-apps/braze/), which sends data _to_ Segment.

Expand All @@ -23,8 +20,10 @@ Braze Web Mode (Actions) provides the following benefits over Braze Classic:
## Getting Started

1. From the Segment web app, click **Catalog**.
2. Search for "Braze" in the Catalog, select **Braze Web Mode (Actions)**, and choose which of your sources to connect the destination to.
3. Configure the Connection Settings. **API Key** and **SDK Endpoint** are required settings.
2. Search for "Braze" in the Catalog, select **Braze**, and choose which of your sources to connect the destination to.
- Note that if you do not select a Javascript source, you will not see the option to select the Device mode version of the destination.
3. Select "Actions" and "Device mode" under the Destination framework and Connection mode options.
4. Configure the Connection Settings. **API Key** and **SDK Endpoint** are required settings.

{% include components/actions-fields.html name="braze-web" connection="true" %}

Expand Down
Loading