Skip to main content

ContactInput

Input defining the contact information.

input ContactInput {
method: ContactMethod!
value: String!
}

Fields

ContactInput.method ● ContactMethod! non-null enum

The method of contact.

ContactInput.value ● String! non-null scalar

The value of the contact method, either an email address or phone number for SMS.

Item of note:

  • For phone numbers, the value must be in international E.164 format.
  • Email addresses to the following domains will be ignored and are meant for use while testing.
    • @example.com
    • @example.org
    • @example.net
    • @example.edu
  • SMS messages to the following numbers will be ignore and are meant for use while testing.
    • +61491570006 (AU)
    • +61491570157
    • +61491570737
    • +61491573087
    • +61491578957
    • +15005550109 (US)
    • +15005550119
    • +15005550129
    • +15005550139
    • +15005550149
    • +447709000018 (UK)
    • +447709000028
    • +447709000038
    • +447709000048
    • +447709000058

Member Of

AsyncIssuanceContactInput input