We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91015f4 commit 1d20bbeCopy full SHA for 1d20bbe
tap_zendesk/schemas/talk_calls.json
@@ -64,11 +64,11 @@
64
"enum": ["inbound", "outbound"]
65
},
66
"duration": {
67
- "type": ["integer"],
+ "type": ["integer", "null"],
68
"description": "Call duration in seconds"
69
70
"exceeded_queue_time": {
71
- "type": ["boolean"],
+ "type": ["boolean", "null"],
72
"description": "The customer exceeded the maximum queue wait time and did not speak with an agent"
73
74
"hold_time": {
@@ -103,7 +103,7 @@
103
"description": "How long in seconds the customer spent in IVR. Null if IVR is disabled"
104
105
"minutes_billed": {
106
107
"description": "Minutes billed"
108
109
"not_recording_time": {
0 commit comments