Skip to content

Commit c869897

Browse files
authored
Merge pull request #6369 from segmentio/spencerattick-patch-7
Small updates for clarity
2 parents ef538a8 + baa6d1d commit c869897

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/connections/functions/insert-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,9 @@ No, specifying an endpoint is not always required for insert functions. If your
472472
However, if your function aims to enrich event data by fetching additional information from an external service, then you must specify the endpoint. This would be the URL of the external service's API where the enriched or captured data is sent.
473473

474474

475-
##### Can I create a device-mode destination?
475+
##### Can I use Insert Functions with Device Mode destinations?
476476

477-
No, destination insert functions are currently available as cloud-mode 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.
477+
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.
478478

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

@@ -484,9 +484,9 @@ Yes, an insert function can be connected to multiple destinations.
484484

485485
Yes, you can have both destination filters and destination insert functions in the same connection.
486486

487-
##### Are insert functions invoked before or after destination filters are applied?
487+
##### Are insert functions invoked before or after Destination Filters are applied?
488488

489-
Segment's data pipeline applies destination filters before invoking insert functions.
489+
Segment's data pipeline applies Destination Filters before invoking Insert Functions.
490490

491491
##### Why am I receiving a 500 Internal Error when saving the same of the destination insert function?
492492

0 commit comments

Comments
 (0)