Reports and Object Model
  • 13 Jul 2022
  • 1 Minute to read
  • Dark
    Light

Reports and Object Model

  • Dark
    Light

Article Summary

The Phone Number Lookup feature introduces a new object into the Blackthorn Messaging object model that facilitates storing information about a particular phone number. The object is named Phone Number Lookup.

Let's take a look at the anatomy of a Phone Number Lookup record.

Object Name: Phone Number Lookup

Fields:

Field NameTypeDescription
Carrier Error CodeTextError message provided if there is an error with the lookup
Carrier NameTextName of the phone carrier (Verizon, AT&T, etc)
Country CodeTextCalling code prefix of the country for which this phone number is associated.
Do Not SMSCheckboxThis will be TRUE if the phone number exists on a record where the Do Not SMS field is TRUE.
Expiration DateDateBy default, this will be 6 months after the Last Lookup Date.
Last Lookup DateDateThe date on which this phone number was last successfully looked up.
Lookup PendingFormula (Checkbox)A flag that indicates whether this record needs to be looked up. This will be checked when the Status = New or if the Expiration Date has passed.
Mobile Country CodeTextIdentifier for the mobile network operator.
Mobile Network CodeTextIdentifier for the mobile network operator.
National FormatTextThe traditional formatting of the phone number specific to the country. For example, (555) 555-5555.
Number TypeText
Phone NumberTextThe phone number in E.164 format. For example, +15555555555.
StatusTextThe status of this lookup record. Accepted values are New, Success, Failure, or Bad Number.

What's Next