Update Contact
Update an existing contact by ID. You can optionally update the contact’s company link using one of: companyId, companyName, or companyExternalId (only one can be provided).Path Parameters
Contact ID (1-255 characters)
Request Body
Contact name (1-255 characters)
Contact email address
Link contact to company by Productlane company ID. Provide only one of: companyId, companyName, or companyExternalId.
Link contact to company by company name. If company doesn’t exist, it will be created. Provide only one of: companyId, companyName, or companyExternalId.
Link contact to company by your organization’s external ID. Useful for linking contacts without using Productlane IDs. Provide only one of: companyId, companyName, or companyExternalId.
Response
Unique identifier for the updated contact
Contact name
Contact email address
ID of the associated company
Associated company information
Company ID
Company name
Company domains
Timestamp when the contact was created
Timestamp when the contact was last updated
ID of the workspace this contact belongs to
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Required string length:
1 - 255Body
application/json
Required string length:
1 - 255Link contact to company by Productlane company ID
Required string length:
1 - 255Link contact to company by company name
Required string length:
1 - 255Link contact to company by your organization's external ID
Required string length:
1 - 255