Skip to content
Merged
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions src/connections/functions/insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Use this page to edit and manage insert functions in your workspace.

You can also use this page to [enable destination insert functions](#enable-the-insert-function) in your workspace.

> warning "Storage Destination Limit"
> Currently, you are not able to connect a Storage Destination to an Insert Function.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @courtneyga - do you have more context on why this is? Other places in the docs where one product is incompatible with another we mention the "why" behind it and I'd like to include that here too!


## Code the destination insert function

Segment invokes a separate part of the function (called a "handler") for each event type that you send to your destination insert function.
Expand Down