API Documentation
ContactsAdd Contact
Method: /contacts.[format]
Fields:
| Name: | Data Type: | Description: |
| first_name | String | Person’s first name |
| last_name | String | Person’s last name |
| job_title | String | Job Title or Position |
| phone | String | Phone Number |
| cell | String | Cell Phone Number |
| fax | String | Fax Number |
| email_1 | String | Primary Email Address |
| email_2 | String | Secondary Email Address |
Success:
If you have been successful in saving a new contact, the response will return the newly created data object along with a “message” value of “Saved” as seen below.