Skip to content

Commit 12849a2

Browse files
authored
Merge pull request #6270 from segmentio/samkcrespo-patch-1
Update insert-functions.md
2 parents fbfd789 + 2e03c03 commit 12849a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/connections/functions/insert-functions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,12 @@ Yes, Segment retries invocations that throw RetryError or Timeout errors (tempor
474474

475475
No, Segment can't guarantee the order in which the events are delivered to an endpoint.
476476

477+
##### Do I Need to specify an endpoint for my Insert function?
478+
479+
No, specifying an endpoint is not always required for insert functions. If your function is designed to transform or filter data internally—such as adding new properties to events or filtering based on existing properties—you won't need to specify an external endpoint.
480+
481+
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.
482+
477483

478484
##### Can I create a device-mode destination?
479485

0 commit comments

Comments
 (0)