Skip to content

Commit 7968df3

Browse files
authored
Merge pull request #7892 from segmentio/functions-audit
Functions overview review [DOC-1206]
2 parents 3d76f6c + 4ff1a36 commit 7968df3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/connections/functions/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@ Functions can help you bring external data into Segment ([Source functions](/doc
1616
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.
1717

1818
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.
2222

2323
Learn more about [source functions](/docs/connections/functions/source-functions).
2424

2525
#### Destination functions
2626
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.
2727

2828
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.
3232

3333
Learn more about [destination functions](/docs/connections/functions/destination-functions).
3434

3535
#### Destination insert functions
3636
Destination insert functions help you enrich your data with code before you send it to downstream destinations.
3737

3838
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.
4242

4343
To learn more, visit [destination insert functions](/docs/connections/functions/insert-functions).
4444

@@ -54,4 +54,4 @@ IP Allowlisting uses a NAT gateway to route outbound Functions traffic from Segm
5454

5555
IP Allowlisting is available for customers on Business Tier plans.
5656

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

Comments
 (0)