Skip to content

Commit cfb26d3

Browse files
author
Thomas Gilbert
committed
add section on batching
1 parent 723eac5 commit cfb26d3

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Braze Cloud Mode (Actions) provides the following benefit over Braze Classic:
2626
- **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.
2727
- **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.
2828

29+
## Batching Data to Braze
30+
31+
Data sent to Braze can be batched within Cloud Mode Actions. Batch sizes are capped at 75 events, and these batches will accumulate over a 30-second period before being flushed. Request batching is done per-action mapping. For example, Identify Calls (attributes) will be batched in a request and Track Calls (custom events) will be batched in a second request. Braze recommends enabling this feature as it will reduce the number of requests being sent from Segment to Braze reducing the risk of the destination hitting Braze rate limits and retrying requests.
2932

3033
{% include components/actions-fields.html %}
3134

0 commit comments

Comments
 (0)