Contacts

Update Contact

put/api/v1.0/contacts/{id}

Path parameters

idstring required

The ID for the contact

Request body

campaign_idnumber

The ID of the Campaign the Contact is on

created_atnumber

The date/time the Contact was created at represented as an integer

custom_fieldsobject

A hash of values for your campaign's Custom Fields for the contact

disable_webhooksboolean

Condition for deciding whether to disable webhook for the object in any PUT, POST or DELETE requests

emailstring

The Email address of the Contact

idstring

The ID of the Contact

lead_idstring

The ID of the Lead the Contact is associated with

namestring

The Name of the Contact

primary_contactboolean

A boolean field representing if the Contact is the decision maker for the Lead or not

updated_atnumber

The date/time the Contact was last updated at represented as an integer

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.