TextMessagingGatewayAccount
Represents a third-party text messaging gateway account configured in EventsAir.
type TextMessagingGatewayAccount {
id: ID!
name: String!
}
Fields
TextMessagingGatewayAccount.id
● ID!
non-null scalar
The unique identifier for the text message gateway account.
TextMessagingGatewayAccount.name
● String!
non-null scalar
UTF-8 string value that represents the name of the text message gateway account.
Member Of
TextMessagingService
object