INPUT_OBJECT

CreateCallTrackingInput

Input type for creating a CallTracking

link GraphQL Schema definition

  • input CreateCallTrackingInput {
  • name: String!
  • # Call tracking phone number
  • phoneDid: String
  • # Client phone number
  • phoneDestination: String!
  • # A mobile phone number used to send a SMS when a call has been missed
  • phoneMobileNumberForMissedCall: String
  • # Configure the sender's name for the missed call notification (by SMS)
  • missedCallNotificationSenderName: String
  • # Configure the company's name for the missed call notification (by SMS)
  • missedCallNotificationCompanyName: String
  • # Should phone number be displayed during a call?
  • callerId: Boolean
  • # Should use call center number?
  • useCallCenterNumber: Boolean
  • }

link Require by