Create Contact
Create a new contact for your workspace. You can optionally link the contact to a company using one of: companyId, companyName, or companyExternalId (only one can be provided).Request Body
Contact email address
Contact name (1-255 characters)
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 created 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.
Body
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