Update Contact
PUT {{apiBaseUrl}}/v1/contacts/update?id={{contactId}}
This API allows you to update the email address, name, phone number, job title, and company name of existing contacts.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
Request Body
{"email"=>"hankwhite@cubeflakes.com", "name"=>"HankWhite", "phoneNumber"=>{"countryCode"=>"+1", "number"=>"2015550123"}, "jobTitle"=>"Team Lead", "companyName"=>"CubeFlakes"}
RESPONSES
status: OK