Skip to content

Commit 855d092

Browse files
authored
Merge pull request #5224 from segmentio/olesia-ag-patch-2
Update insert-functions.md
2 parents 3c40259 + d32b83c commit 855d092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/connections/functions/insert-functions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,16 @@ The default source code template includes handlers for all event types. You don'
6565
6666
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
6767

68+
> info "onBatch handler"
69+
> At this time, Destination Insert Functions do not support the onBatch handler.
70+
6871
- `onIdentify`
6972
- `onTrack`
7073
- `onPage`
7174
- `onScreen`
7275
- `onGroup`
7376
- `onAlias`
7477
- `onDelete`
75-
- `onBatch`
7678

7779
Each of the functions above accepts two arguments:
7880

0 commit comments

Comments
 (0)