INPUT_OBJECT
CreateCallTrackingInput
Input type for creating a CallTracking
link GraphQL Schema definition
- input CreateCallTrackingInput {
- String! :
- # Call tracking phone number
- String :
- # Client phone number
- String! :
- # A mobile phone number used to send a SMS when a call has been missed
- String :
- # Configure the sender's name for the missed call notification (by SMS)
- String :
- # Configure the company's name for the missed call notification (by SMS)
- String :
- # Should phone number be displayed during a call?
- Boolean :
- # Should use call center number?
- Boolean :
- }