Generated from:
Create a POST request to HubSpot to create a new contact
URL
https://api.hubapi.com/contacts/v1/contact
Headers
| Authorization | Bearer {{HUBSPOT_ACCESS_TOKEN}} |
|---|---|
| Content-Type | application/json |
Body
{"properties":[{"property":"email","value":"{{CONTACT_EMAIL}}"},{"property":"firstname","value":"{{CONTACT_FIRSTNAME}}"},{"property":"lastname","value":"{{CONTACT_LASTNAME}}"}]}
This request was generated from:
Create a POST request to HubSpot to create a new contact
Generate your own →Type any API. Get a production-ready request. No login required.