ENUM

Channel

Communication channels supported by iAdvize. (to be replaced by high granularity Channel type)

link GraphQL Schema definition

  • enum Channel {
  • # Apple Business Chat channel
  • APPLE_BUSINESS_CHAT
  • # Call channel
  • CALL
  • # Chat channel
  • CHAT
  • # Facebook channel
  • FACEBOOK
  • # Facebook Business On Messenger channel
  • FACEBOOK_BUSINESS_ON_MESSENGER
  • # Google Business Messages channel
  • GOOGLE_BUSINESS_MESSAGES
  • # Facebook channel
  • INSTAGRAM
  • # Mobile App channel
  • MOBILE_APP
  • # SMS channel
  • SMS
  • # Twitter channel
  • TWITTER
  • # Video channel
  • VIDEO
  • # WhatsApp channel
  • WHATSAPP
  • }