Skip to content

Commit

Permalink
fix: add mapping row for hs
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ab committed Jul 28, 2023
1 parent 3f241e5 commit 1403eed
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/configurations/destinations/hs/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,20 +311,21 @@
"configKey": "hubspotEvents",
"customFields": [
{
"type": "textInput",
"label": "RudderStack Event Name",
"configKey": "rsEventName",
"regex": "^(.{0,100})$",
"placeholder": "e.g Products Searched",
"note": "Enter the RudderStack event name you want to map"
},
{
"type": "textInput",
"label": "HubSpot Event Name",
"configKey": "hubspotEventName",
"regex": "^(.{0,100})$",
"placeholder": "e.g Search",
"note": "Enter the corresponding Hubspot event name you want to map"
"type": "mappingRow",
"columns": [
{
"type": "textInput",
"configKey": "rsEventName",
"label": "RudderStack Event Name",
"placeholder": "e.g Products Searched"
},
{
"type": "textInput",
"configKey": "hubspotEventName",
"label": "HubSpot Event Name",
"placeholder": "e.g Search"
}
]
},
{
"type": "mapping",
Expand Down

0 comments on commit 1403eed

Please sign in to comment.