INPUT_OBJECT

UpdateCallTrackingInput

Input type for updating a CallTracking

link GraphQL Schema definition

  • input UpdateCallTrackingInput {
  • # Should phone number be displayed during a call?
  • callerId: Boolean
  • # Should use call center number?
  • useCallCenterNumber: Boolean
  • # Your new phone number (the real number, not the tracked/mirror one)
  • 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
  • }

link Require by