You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/gong/actions/retrieve-transcripts-of-calls/retrieve-transcripts-of-calls.mjs
+92-5Lines changed: 92 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
name: "Retrieve Transcripts Of Calls",
6
6
description: "Retrieve transcripts of calls. [See the documentation](https://us-66463.app.gong.io/settings/api/documentation#post-/v2/calls/transcript)",
7
7
type: "action",
8
-
version: "0.0.2",
8
+
version: "0.0.3",
9
9
props: {
10
10
app,
11
11
fromDateTime: {
@@ -35,6 +35,13 @@ export default {
35
35
"callIds",
36
36
],
37
37
},
38
+
returnSimplifiedTranscript: {
39
+
type: "boolean",
40
+
label: "Return Simplified Transcript",
41
+
description: "If true, returns a simplified version of the transcript with normalized speaker IDs and formatted timestamps",
0 commit comments