Create a contact
Authentication
X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key
Request
This endpoint expects an object.
firstName
Contact's first name.
lastName
Contact's last name.
clientGuid
GUID of the client (company) this contact belongs to.
clientOfficeGuid
GUID of the client office location this contact is associated with.
middleName
Contact's middle name or initial.
title
Contact's job title at their company.
department
Department the contact belongs to.
email
Contact's primary email address.
workEmail
Contact's work email address.
emailAllowed
When true, the contact has opted in to email communications.
smsAllowed
When true, the contact has opted in to SMS/text message communications.
address
Street address line 1.
address2
Street address line 2 (suite, floor, etc.).
city
City.
stateId
State ID from the BrightMove state lookup. Use GET /api/v1/lookup/states to retrieve valid IDs.
postalCode
Postal (ZIP) code.
country
Country.
salesPersonGuid
GUID of the BrightMove user to assign as the primary salesperson for this contact. Pass an empty string to remove the current assignment.
additionalSalesPersonGuids
GUIDs of additional BrightMove users to assign as salespeople for this contact.
Response
Created