v1
latestOpenAPI 3.1.02026-08-069158174.8 KBCRM Service Calls
Post Contacts
Create a new contact.
Adds a contact record to the CRM. Only name is required; all other fields are optional. Contacts typically represent qualified individuals (e.g., converted from a lead).
Request Body (ContactRequest):
- name (required): Full name of the contact.
- email (optional): Email address (stored as primary email).
- phone (optional): Phone number (stored as primary phone).
- source (default: "Unknown"): Marketing source. Values: Google, Facebook, Youtube, Reddit, Snapchat, Craigslist, Yelp, Linkedin, Incoming-Call, SMS, Referral, Bing, Yahoo, Nextdoor, Unknown, TikTok, Instagram, Billboard Ad.
- status (default: "assigned"): Contact status. Values: open, assigned, attempted, contacted, meeting-setup, disqualified, incorrect.
- comments, tags, employer_name, profession, title, ssn, website, birth_year, birth_month, birth_day, decision_date, business_need_description, social_dict_list (optional): Same as lead fields.
Response: The created contact object.
post/crm/contacts
Request body
Response
Successful Response