OBJECT

SMSParticipant

link GraphQL Schema definition

  • type SMSParticipant {
  • # The phone number in E.164 format.
  • phoneNumber: String!
  • # Type of participant whether Fieldworker, Contact, or Unknown
  • type: SMSParticipantType!
  • # ID of the user or contact.
  • id: Int
  • # Full name of the user or contact.
  • fullName: String
  • }