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.
1 parent 1bfa30e commit 0b7422aCopy full SHA for 0b7422a
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
+> Destination Insert Functions do not support onBatch handler yet, and Segment is actively working on this functionality.
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