Skip to content

Commit

Permalink
Update insert-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Olesia authored Aug 21, 2023
1 parent 1bfa30e commit 0b7422a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/connections/functions/insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,16 @@ 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"
> Destination Insert Functions do not support onBatch handler yet, and Segment is actively working on this functionality.
- `onIdentify`
- `onTrack`
- `onPage`
- `onScreen`
- `onGroup`
- `onAlias`
- `onDelete`
- `onBatch`

Each of the functions above accepts two arguments:

Expand Down

0 comments on commit 0b7422a

Please sign in to comment.