Skip to content

Commit d0acb28

Browse files
committed
Add call subject
1 parent 44005c9 commit d0acb28

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

src/adapters/manifest.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
"name": "Agent-entered notes",
5151
"description": "Log the notes manually entered by yourself"
5252
},
53+
{
54+
"id": "addCallLogSubject",
55+
"name": "Call subject",
56+
"description": "Log a short phrase to summarize call, e.g. 'Inbound call from...'"
57+
},
58+
{
59+
"id": "addCallLogDateTime",
60+
"name": "Date and time",
61+
"description": "Log the call's explicit start and end date/times"
62+
},
5363
{
5464
"id": "addCallSessionId",
5565
"name": "Call session id",
@@ -1005,6 +1015,16 @@
10051015
"name": "Call session id",
10061016
"description": "Log RingCentral call session id"
10071017
},
1018+
{
1019+
"id": "addCallLogSubject",
1020+
"name": "Call subject",
1021+
"description": "Log a short phrase to summarize call, e.g. 'Inbound call from...'"
1022+
},
1023+
{
1024+
"id": "addCallLogDateTime",
1025+
"name": "Date and time",
1026+
"description": "Log the call's explicit start and end date/times"
1027+
},
10081028
{
10091029
"id": "addCallLogContactNumber",
10101030
"name": "Contact's phone number",
@@ -1308,6 +1328,16 @@
13081328
"name": "Call session id",
13091329
"description": "Log RingCentral call session id"
13101330
},
1331+
{
1332+
"id": "addCallLogSubject",
1333+
"name": "Call subject",
1334+
"description": "Log a short phrase to summarize call, e.g. 'Inbound call from...'"
1335+
},
1336+
{
1337+
"id": "addCallLogDateTime",
1338+
"name": "Date and time",
1339+
"description": "Log the call's explicit start and end date/times"
1340+
},
13111341
{
13121342
"id": "addCallLogContactNumber",
13131343
"name": "Contact's phone number",
@@ -1610,6 +1640,16 @@
16101640
"name": "Call session id",
16111641
"description": "Log RingCentral call session id"
16121642
},
1643+
{
1644+
"id": "addCallLogSubject",
1645+
"name": "Call subject",
1646+
"description": "Log a short phrase to summarize call, e.g. 'Inbound call from...'"
1647+
},
1648+
{
1649+
"id": "addCallLogDateTime",
1650+
"name": "Date and time",
1651+
"description": "Log the call's explicit start and end date/times"
1652+
},
16131653
{
16141654
"id": "addCallLogContactNumber",
16151655
"name": "Contact's phone number",
@@ -1832,6 +1872,16 @@
18321872
"name": "Call session id",
18331873
"description": "Log RingCentral call session id"
18341874
},
1875+
{
1876+
"id": "addCallLogSubject",
1877+
"name": "Call subject",
1878+
"description": "Log a short phrase to summarize call, e.g. 'Inbound call from...'"
1879+
},
1880+
{
1881+
"id": "addCallLogDateTime",
1882+
"name": "Date and time",
1883+
"description": "Log the call's explicit start and end date/times"
1884+
},
18351885
{
18361886
"id": "addCallLogContactNumber",
18371887
"name": "Contact's phone number",
@@ -2152,6 +2202,16 @@
21522202
"name": "Call session id",
21532203
"description": "Log RingCentral call session id"
21542204
},
2205+
{
2206+
"id": "addCallLogSubject",
2207+
"name": "Call subject",
2208+
"description": "Log a short phrase to summarize call, e.g. 'Inbound call from...'"
2209+
},
2210+
{
2211+
"id": "addCallLogDateTime",
2212+
"name": "Date and time",
2213+
"description": "Log the call's explicit start and end date/times"
2214+
},
21552215
{
21562216
"id": "addCallLogContactNumber",
21572217
"name": "Contact's phone number",

0 commit comments

Comments
 (0)