Skip to content

Commit 2e6d71f

Browse files
committed
Adds info about Braze V2 actions
1 parent 743d4d9 commit 2e6d71f

File tree

1 file changed

+5
-0
lines changed
  • src/connections/destinations/catalog/actions-braze-cloud

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Braze Cloud Mode (Actions) provides the following benefit over Braze Classic:
3434
> info ""
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
37+
> info "V2 Actions"
38+
> The V2 versions of each action include improved sync mode support. Only valid sync modes for each action will be available. Because of this the `_update_existing_only` parameter is now tied to the sync mode you select for the mapping. If you select the `update` sync mode, we will always pass `_update_existing_only: true` to Braze, and if you choose the `add` sync mode, we will always pass `_update_existing_only: false` to Braze.
39+
40+
{% include content/connection-modes.md %}
41+
3742
{% include components/actions-fields.html settings="true"%}
3843

3944
## Migration from Braze Classic

0 commit comments

Comments
 (0)