Skip to content

Commit a7b4c8a

Browse files
committed
add to destination actions
1 parent b8c1aba commit a7b4c8a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/connections/destinations/actions.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ To set up a new Actions-framework destination for the first time:
5757
4. If prompted, select the source you want to connect to the new destination.
5858
5. Enter your credentials. This could be an API Key and secret key, or similar information that allows the destination to connect to your account.
5959
6. Next, choose how you want to set up the destination, and click **Configure Actions**.
60-
You can choose **Quick Setup** to use the default mappings, or choose **Customized Setup** (if available) to create new mappings and conditions from a blank state. You can always edit these mappings later.
60+
* You can choose **Quick Setup** to use the default mappings, or choose **Customized Setup** (if available) to create new mappings and conditions from a blank state. You can always edit these mappings later.
61+
* *(Optional)* Click **Suggest Mappings** to get suggested mappings. Learn more about [suggested mappings](#suggested-mappings).
6162
7. Once you're satisfied with your mappings, click **Create Destination**.
6263

6364
> info ""
@@ -189,6 +190,16 @@ If necessary, click **New Mapping** to create a new, blank action.
189190
> info ""
190191
> The required fields for a destination mapping appear automatically. Click the + sign to see optional fields.
191192
193+
## Suggested mappings
194+
195+
> info ""
196+
> Suggested mappings is fully available for RETL mappings, and is in public beta for event streams and connections.
197+
198+
Segment offers suggested mappings that automatically propose relevant destination fields for both model columns and payload elements. For example, if your model includes a column or payload field named `transaction_amount`, the feature might suggest mapping it to a destination field like `Amount` or `TransactionValue`. This automation, powered by intelligent autocompletion, matches and identifies near-matching field names to streamline the setup. For more information, see [Segment's suggested mappings blogpost](https://segment.com/blog/ai-assisted-magical-mappings/) and the [Suggested Mappings Nutrition Label](/docs/connections/reverse-etl/suggested-mappings-nutrition-facts).
199+
200+
> warning ""
201+
> Make sure to review the suggested mappings for accuracy before finalizing as the suggestions aren't guaranteed to be 100% accurate.
202+
192203
### Coalesce function
193204

194205
The coalesce function takes a primary value and uses it if it is available. If the value isn't available, the function uses the fallback value instead.

0 commit comments

Comments
 (0)