Skip to content

Commit ecfb4ba

Browse files
authored
Merge pull request #5869 from segmentio/thomas/braze-cloud-actions
Braze: add section on batching
2 parents 723eac5 + 7983dcf commit ecfb4ba

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+
You can batch data sent to Braze 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 reduces 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)