From 9893dd1a94a0e278f289a22880dab35cca2c6961 Mon Sep 17 00:00:00 2001 From: Jason Sooter <7215306+JasonSooter@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:26:34 -0600 Subject: [PATCH] feat(content): remove `onBatch` limitation as no longer valid --- src/connections/functions/insert-functions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 0bdfdeb24b..3d9e510a8c 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -61,9 +61,6 @@ The default source code template includes handlers for all event types. You don' Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/): -> info "onBatch handler" -> At this time, Destination Insert Functions do not support the onBatch handler. - - `onIdentify` - `onTrack` - `onPage` @@ -71,6 +68,7 @@ Insert functions can define handlers for each message type in the [Segment spec] - `onGroup` - `onAlias` - `onDelete` +- `onBatch` Each of the functions above accepts two arguments: