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 5b0da6d + 9893dd1 commit 3b9e590Copy full SHA for 3b9e590
src/connections/functions/insert-functions.md
@@ -61,16 +61,14 @@ The default source code template includes handlers for all event types. You don'
61
62
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
63
64
-> info "onBatch handler"
65
-> At this time, Destination Insert Functions do not support the onBatch handler.
66
-
67
- `onIdentify`
68
- `onTrack`
69
- `onPage`
70
- `onScreen`
71
- `onGroup`
72
- `onAlias`
73
- `onDelete`
+- `onBatch`
74
75
Each of the functions above accepts two arguments:
76
0 commit comments