Skip to content

Contact Location

An object containing location meta data about a Intercom contact.

typestring or null

Always location

Example:"location"
countrystring or null

The country that the contact is located in

Example:"Ireland"
regionstring or null

The overal region that the contact is located in

Example:"Dublin"
citystring or null

The city that the contact is located in

Example:"Dublin"
{ "type": "location", "country": "Ireland", "region": "Dublin", "city": "Dublin" }