You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,29 +16,29 @@ Functions can help you bring external data into Segment ([Source functions](/doc
16
16
Source functions receive external data from a webhook and can create Segment events, objects, or both. Source functions have access to the full power of JavaScript so you can validate and transform the incoming data and even make external API requests to annotate your data.
17
17
18
18
Use cases:
19
-
- Ingest data into Segment from a source that's unavailable in the catalog
20
-
- Transform or reject data before it's received by Segment
21
-
- Enrich incoming data using external APIs
19
+
- Ingest data into Segment from a source that's unavailable in the catalog.
20
+
- Transform or reject data before it's received by Segment.
21
+
- Enrich incoming data using external APIs.
22
22
23
23
Learn more about [source functions](/docs/connections/functions/source-functions).
24
24
25
25
#### Destination functions
26
26
Destination functions can take events from a Segment source, transform the events, and deliver them to external APIs. Destination functions can make arbitrary requests to annotate data, as well.
27
27
28
28
Use cases:
29
-
- Send data from Segment to a service that's unavailable in the catalog
30
-
- Transform data before sending it downstream
31
-
- Enrich outgoing data using external APIs
29
+
- Send data from Segment to a service that's unavailable in the catalog.
30
+
- Transform data before sending it downstream.
31
+
- Enrich outgoing data using external APIs.
32
32
33
33
Learn more about [destination functions](/docs/connections/functions/destination-functions).
34
34
35
35
#### Destination insert functions
36
36
Destination insert functions help you enrich your data with code before you send it to downstream destinations.
37
37
38
38
Use cases:
39
-
- Implement custom logic and enrich data with third party sources
40
-
- Transform outgoing data with advanced filtration and computation
41
-
- Ensure data compliance by performing tokenisation, encryption, or decryption before sending data downstream
39
+
- Implement custom logic and enrich data with third party sources.
40
+
- Transform outgoing data with advanced filtration and computation.
41
+
- Ensure data compliance by performing tokenization, encryption, or decryption before sending data downstream.
42
42
43
43
To learn more, visit [destination insert functions](/docs/connections/functions/insert-functions).
44
44
@@ -54,4 +54,4 @@ IP Allowlisting uses a NAT gateway to route outbound Functions traffic from Segm
54
54
55
55
IP Allowlisting is available for customers on Business Tier plans.
56
56
57
-
To learn more, visit [Segment's IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting).
57
+
To learn more, visit [Segment's IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting).
0 commit comments