Phone number lookup
This activity allows you to look up a phone number to determine the approximate location attributes of the caller.
| Parameters | Description |
|---|---|
PhoneNumber |
The number to be looked up and parsed. |
| Parameters | Description |
|---|---|
PhoneNumberNational |
The phone number parsed to national format, i.e. area code + number. |
PhoneNumberE164 |
The phone number parsed to E.164 format, i.e. country code + area code + number. |
Country |
The readable name of the country that the number is from. |
CountryCodeIso2 |
The ISO-2 abbreviation for the country that the number is from. |
StateOrProvince |
The state or province that the number is from. |
City |
The city that the number is from. |
PhoneType |
Indicates MOBILE for mobile number, LANDLINE for a connected extension or VOIP for a voice-over IP device. |
Longitude |
The longitude location of the device. |
Latitude |
The latitude location of the device. |
Carrier |
The mobile carrier, if the number is a mobile number. |
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
AreaCode |
The area code for the number. |
CountryCode |
The numeric country code for the country that the number is from. |