Frends.HubSpot.CreateContact / 1.1.0
Summary
Creates a contact from the property set you supply, and returns its identifier. Contacts hold personal data, so send only the fields the integration actually needs.
Typical use — lead and customer inflow from forms or another system
Input parameters for creating a HubSpot contact.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ContactData | String |
– | { "email": "john@example.com", "firstname": "John" } |
Key-value pairs representing contact properties as a JSON string. |