Skip to content

Commit 28b0e13

Browse files
committed
braze v2
1 parent 7dc8500 commit 28b0e13

File tree

1 file changed

+20
-1
lines changed
  • src/connections/destinations/catalog/actions-braze-cloud

1 file changed

+20
-1
lines changed

src/connections/destinations/catalog/actions-braze-cloud/index.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,26 @@ Braze Cloud Mode (Actions) provides the following benefit over Braze Classic:
3535
> Braze requires that you include a `userId` or `braze_id` for all calls made in cloud-mode. Segment sends a `braze_id` if the `userId` is missing. When you use a device-mode connection, Braze automatically tracks anonymous activity using the `braze_id` if a `userId` is missing.
3636
3737
> info "V2 Actions"
38-
> The V2 versions of each action include improved sync mode support. Only valid sync modes for each action are available. As a result, the `_update_existing_only` parameter is tied to the sync mode you select for the mapping. If you select the `update` sync mode, Segment passes `_update_existing_only: true` to Braze, and if you choose the `add` sync mode, Segment passes `_update_existing_only: false` to Braze.
38+
> The `_update_existing_only` parameter is tied to the sync mode you select for the mapping. If you select the `update` sync mode, Segment passes `_update_existing_only: true` to Braze, and if you choose the `add` sync mode, Segment passes `_update_existing_only: false` to Braze.
39+
40+
## Actions v2
41+
42+
Segment’s v2 Actions, [Custom Object v2](#custom-object-v2) and [Custom Event v2](#custom-event-v2), support the following features:
43+
44+
- **Sync modes**: Control how Segment updates your downstream destination by selecting a sync mode, or a strategy for updating your downstream data.
45+
- **Dynamic dropdowns**: When creating or updating a mapping in the Segment app, the dropdown auto-populates all of the available properties directly from Braze.
46+
- **Create and modify data**: Use Sync modes to create objects in your downstream destination without having to leave the Segment app.
47+
48+
> warning ""
49+
> You might need to reauthorize your Braze account to use all of the features associated with v2 Actions.
50+
51+
### Sync modes
52+
53+
Sync modes allow users to define how Segment should update the data in your destination.
54+
55+
Sync modes available for v2 Actions include:
56+
- **Upsert**: Update existing records and add new ones, if necessary.
57+
- **Add**: Add records to a list, segment, or journey.
3958

4059
{% include components/actions-fields.html settings="true"%}
4160

0 commit comments

Comments
 (0)