INPUT_OBJECT
UpdateCallTrackingInput
Input type for updating a CallTracking
link GraphQL Schema definition
- input UpdateCallTrackingInput {
- # Should phone number be displayed during a call?
- Boolean :
- # Should use call center number?
- Boolean :
- # Your new phone number (the real number, not the tracked/mirror one)
- 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 :
- }