POST /crm/v3/objects/contacts
Create a contact with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard contacts is provided.
Servers
- https://api.hubapi.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
associations[] |
Array | Yes | |
associations[].to |
Object | Yes | |
associations[].to.id |
String | Yes | |
associations[].types[] |
Array | Yes | |
associations[].types[].associationCategory |
String | Yes |
Possible values:
|
associations[].types[].associationTypeId |
Integer | Yes | |
properties |
Object | Yes |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.