Skip to content

Commit 88f110c

Browse files
committed
More PM feedback
1 parent bb2c6e5 commit 88f110c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/connections/functions/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Learn more about [destination functions](/docs/connections/functions/destination
3535
#### Destination insert functions
3636
Destination insert functions help you enrich your data with code before you send it to downstream destinations.
3737

38+
> info "Destination Insert Functions in Private Beta"
39+
> Destination Insert Functions is in Private Beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
40+
3841
Use cases:
3942
- Implement custom logic and enrich data with third party sources
4043
- Transform outgoing data with advanced filtration and computation

src/connections/functions/insert-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ There are two ways you can access destination insert functions from your Segment
2828

2929
To create an insert function from Segment's catalog:
3030

31-
1. Navigate to **Connections > Catalog > Functions** and click **Create function**.
32-
2. From the Select Type screen, select **Insert Functions** and click **Next: Build function**.
31+
1. Navigate to **Connections > Catalog > Functions** and click **New Function**.
32+
2. From the Select Type screen, select **Insert** and click **Next: Build function**.
3333
3. Write your function code, and test it. Manually enter a sample event, then click **Run** to test.
34-
4. Click **Next: Configure and Deploy** to add a function name, description, and logo.
34+
4. Click **Next: Configure & Create** to add a function name, description, and logo.
3535
5. Click **Create function** to create your insert function. You'll see the function displayed in the Insert functions tab.
3636

3737
For data to flow to your downstream destinations, you'll need to connect your insert function to a destination:

0 commit comments

Comments
 (0)