ENUM

SmsContactPrefix

An SMS contact prefix message.

link GraphQL Schema definition

  • enum SmsContactPrefix {
  • # Don't display contact information.
  • NO_DISPLAY
  • # Need something else?
  • SOMETHING_ELSE
  • # Looking for more information?
  • MORE_INFO
  • # Have a question?
  • QUESTION
  • # Need to chat?
  • CHAT
  • # We're here to help!
  • HELP
  • }