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
.c15{font-weight:400;font-size:11pt;font-family:"SF Pro Text"}
27
+
.c25{font-size:25pt;font-family:"SF Pro Text";font-weight:700}
28
+
.c18{orphans:2;widows:2;height:11pt}
29
+
.c21{font-size:10pt;font-family:"SF Pro Text";font-weight:700}
30
+
.c24{font-weight:400;font-size:11pt;font-family:"SF Pro Text"}
31
+
.c13{font-size:12pt;font-family:"SF Pro Text";font-weight:700}
32
+
.c22{font-size:12pt;font-family:"SF Pro Text";font-weight:400}
33
+
.c1{font-size:9pt;font-family:"SF Pro Text";font-weight:400}
34
+
.c17{font-weight:400;font-size:18pt;font-family:"SF Pro Text"}
35
+
.c29{font-weight:400;font-size:10pt;font-family:"SF Pro Text"}
36
+
.c16{font-weight:400;font-size:10pt;font-family:"SF Pro Text"}
37
+
.c19{background-color:#000000}
38
+
.c5{height:63.5pt}.c4{height:0pt}
39
+
.c4{height:0pt}
40
+
doc-content.title{padding-top:0pt;color:#000000;font-size:26pt;padding-bottom:3pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
41
+
doc-content.subtitle{padding-top:0pt;color:#666666;font-size:15pt;padding-bottom:16pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
42
+
doc-content.li{color:#000000;font-size:11pt;font-family:"SF Pro Text"}
43
+
doc-content.p{margin:0;color:#000000;font-size:11pt;font-family:"SF Pro Text"}
44
+
doc-content.h1{padding-top:20pt;color:#000000;font-size:20pt;padding-bottom:6pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
45
+
doc-content.h2{padding-top:18pt;color:#000000;font-size:16pt;padding-bottom:6pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
46
+
doc-content.h3{padding-top:16pt;color:#434343;font-size:14pt;padding-bottom:4pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
47
+
doc-content.h4{padding-top:14pt;color:#666666;font-size:12pt;padding-bottom:4pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
48
+
doc-content.h5{padding-top:12pt;color:#666666;font-size:11pt;padding-bottom:4pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
49
+
doc-content.h6{padding-top:12pt;color:#666666;font-size:11pt;padding-bottom:4pt;font-family:"SF Pro Text";line-height:1.15;page-break-after:avoid;font-style:italic;orphans:2;widows:2;text-align:left}
<spanclass="c1">Suggested Mappings automates the mapping of a source (ex: data warehouse, event streams, and connections to destination fields, providing you with smart suggestions while allowing you to tweak and perfect each mapping.</span></p>
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/setup.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ To create a mapping:
112
112
11. Define how to map the record columns from your model to your destination in the **Select Mappings** section.
113
113
* You map the fields that come from your source to fields that the destination expects to find. Fields on the destination side depend on the type of action selected.
114
114
* If you're setting up a destination action, depending on the destination, some mapping fields may require data to be in the form of an object or array. See the [supported objects and arrays for mapping](/docs/connections/reverse-etl/manage-retl/#supported-object-and-arrays).
115
+
**(Optional)* Click **Suggest Mappings** to get suggested mappings. Learn more about [suggested mappings](#suggested-mappings).
115
116
12.*(Optional)* Send a test record to verify the mappings correctly send to your destination.
116
117
13. Click **Create Mapping**.
117
118
14. Select the destination you’d like to enable on the **My Destinations** page under **Reverse ETL > Destinations**.
@@ -120,6 +121,16 @@ To create a mapping:
120
121
121
122
To add multiple mappings from your warehouse to your destination, repeat steps 1-13 above.
122
123
124
+
### Suggested mappings
125
+
126
+
> info ""
127
+
> Suggested mappings is fully available for RETL mappings, and is in public beta for event streams and connections.
128
+
129
+
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).
130
+
131
+
> warning ""
132
+
> Make sure to review the suggested mappings for accuracy before finalizing as the suggestions aren't guaranteed to be 100% accurate.
Twilio’s [AI Nutrition Facts](https://nutrition-facts.ai/){:target="_blank"} provide an overview of the AI feature you’re using, so you can better understand how the AI is working with your data. Predictions’s AI qualities are outlined in the following Nutrition Facts label. For more information, including the glossary regarding the AI Nutrition Facts label, refer to the [AI Nutrition Facts](https://nutrition-facts.ai/){:target="_blank"} page.
6
+
7
+
{% include content/suggested-mappings-nutrition-facts.html %}
0 commit comments