From 0ed09f50023e31ffc0b453a2bad38e44d5117e82 Mon Sep 17 00:00:00 2001 From: Samantha Crespo <100810716+samkcrespo@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:27:42 -0700 Subject: [PATCH 1/2] Update insert-functions.md - FAQ re: storage destinations --- src/connections/functions/insert-functions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index bdc07abaf6..503596458c 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -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? + +Destination Insert Functions are exclusively supported by Cloud Mode (server-side) destinations and cannot be integrated with Storage destinations at this time. + ##### Can I connect an insert function to multiple destinations? Yes, an insert function can be connected to multiple destinations. From 1e2946b36df98f0da88de61d06d0178d77f7f4fd Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:15:24 -0500 Subject: [PATCH 2/2] minor rewording --- src/connections/functions/insert-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 503596458c..6d51714b4a 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -497,7 +497,7 @@ No, Destination Insert Functions are currently available for use with Cloud Mode ##### Can I use Insert Functions with Storage destinations? -Destination Insert Functions are exclusively supported by Cloud Mode (server-side) destinations and cannot be integrated with Storage destinations at this time. +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?