Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/connections/functions/insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,10 @@ However, if your function aims to enrich event data by fetching additional infor

No, Destination Insert Functions are currently available for use with Cloud Mode (server-side) destinations only. Segment is in the early phases of exploration and discovery for supporting customer web plugins for custom Device Mode destinations and other use cases, but this is unsupported today.

##### Can I use Insert Functions with Storage destinations?

Insert Functions are only supported by Cloud Mode (server-side) destinations and aren't compatible with Storage destinations.

##### Can I connect an insert function to multiple destinations?

Yes, an insert function can be connected to multiple destinations.
Expand Down
Loading