Overview‎ > ‎People‎ > ‎

addContact()

Creates a new contact in your account.

Since version: 17.6



Request parameters
* denotes a required field

 Parameter nameDescription Type Example
 SessionIDThe session Id obtained from doLogin() string noA3ZjIxYWIyN2E3ZDIyYzQ4
 EmailContact's email string contact@example.com
 AccountIDId of the account where contact should be added.  int 123
 FirstNameContact's first name string Con
 LastNameContact's last name string Tact
 PositionPersons's Job title string Specialist
 CompanyName of the company the person works for string Example
 DefaultProofRoleDefault proof role set when adding contact as recipient:
1: Read only
3: Reviewer
4: Approver
5: Reviewer and approver
 int 5
 DefaultEmailAlertDefault email alert set when adding contact as recipient:
1: All new comments and replies
2: Replies to my comments
3: Daily summary
4: Hourly summary
5: Decisions only
9: Disabled
int9
 Street Name of the street string Example Avenue
 City City string Lehi
 State State string Utah
 Zipcode Zip code string 84043
 Country Two letter country code string gb
 Telephone Telephone string 555-0100
 Mobile Mobile string 555-0100
 Fax Fax string 555-0100

Response