# Inputs / Contact Input

# Contact Input

**Object**
## ContactInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| addressStreet1 | *String* | The first line of the address for this contact | Maximum Length: 160 |
| addressStreet2 | *String* | The second line of the address for this contact | Maximum Length: 160 |
| addressSuburb | *String* | The suburb this address belongs to | Maximum Length: 160 |
| addressCity | *String* | The city this address belongs to | Maximum Length: 160 |
| addressPostcode | *String* | The postcode this address has | Maximum Length: 160 |
| addressCountry | *String* | The country this address resides in | Maximum Length: 160 |
| addressRegion | *String* | The region (also known as state or county) this address resides in | Maximum Length: 160 |
| email | [Email](/documentation/Types/Email#Email) | The email associated with this contact |  |
| fax | *String* | The facsimile number associated with this contact | Maximum Length: 160 |
| phone | *String* | The phone number associated with this contact | Maximum Length: 160 |
| mobile | *String* | The mobile phone number associated with this contact | Maximum Length: 160 |
| website | *String* | The website associated with this contact | Maximum Length: 160 |
| twitter | *String* | The Twitter handle associated with this contact | Maximum Length: 160 |
| facebook | *String* | The Facebook page associated with this contact | Maximum Length: 160 |