Skip to content

Commit 49dbb61

Browse files
committed
Updated readme
1 parent 2b2ba74 commit 49dbb61

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed
22.4 KB
Loading
34.8 KB
Loading
22.3 KB
Loading

src/Umbraco.Forms.Integrations.Crm.Hubspot/readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This integration provides a custom workflow, allowing form entries to be mapped
66

77
Requires minimum versions of Umbraco:
88

9-
- CMS: 8.14.0
9+
- CMS: 8.1.0
1010
- Forms: 8.7.4
1111

1212
## How To Use
@@ -16,11 +16,19 @@ Log into your HubSpot account, go to _Settings > Integrations > API Key_ and cre
1616
Add this to a setting in `UmbracoForms.config`:
1717

1818
```
19-
<setting key="HubSpotApiKey" value="[your API key]" />
19+
<setting key="HubSpotApiKey" value="[your API key]" />
2020
```
2121

2222
Add the "Save Contact to Hubspot" workflow to a form and configure the mappings between the form and Hubspot fields.
2323

24+
![Select the HubSpot workflow](./img/select-workflow.png)
25+
26+
![Defining mappings](./img/mapping.png)
27+
28+
When a form is submitted on the website, the workflow will execute and create a new contact record in your Hubspot account, using the information mapped from the fields in the form submission.
29+
30+
![Hubspot contacts](./img/hubspot-contacts.png)
31+
2432
## For Further Consideration
2533

2634
- Currently the full set of contact properties are surfaced in the UI. Further research needed to see if we can restrict this to only those used within the account, or to add custom properties.

0 commit comments

Comments
 (0)