Contact
abstract class Contact extends Endpoint
Properties
| string | $FullName | This is the contact's full name. | |
| string | $CompanyName | The name of the company. | |
| string | $CompanyId | You can use this INSTEAD OF the CompanyName. | |
| string | $Title | The contact's title (CEO, Sales Rep, etc.). | |
| string | $Industry | The company's industry. | |
| string | $NumEmployees | The number of employees at the company. | |
| string | $BackgroundInfo | A long text field where you can store any additional data. | |
| array | An array of email addresses. | ||
| array | $Phone | An array of phone numbers. | |
| array | $Address | An array of addresses. | |
| array | $Website | An array of websites. | |
| string | $Birthday | The contact's birthday. | |
| array | $CustomFields | An array of any additional data you want to enter. | |
| string | $AssignedTo | (Optional) the UserId of who the contact is assigned to. |