We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c40259 + d32b83c commit 855d092Copy full SHA for 855d092
src/connections/functions/insert-functions.md
@@ -65,14 +65,16 @@ The default source code template includes handlers for all event types. You don'
65
66
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
67
68
+> info "onBatch handler"
69
+> At this time, Destination Insert Functions do not support the onBatch handler.
70
+
71
- `onIdentify`
72
- `onTrack`
73
- `onPage`
74
- `onScreen`
75
- `onGroup`
76
- `onAlias`
77
- `onDelete`
-- `onBatch`
78
79
Each of the functions above accepts two arguments:
80
0 commit comments