Skip to content

Commit dea926a

Browse files
authored
Merge pull request #2093 from regalvoice/patch-1
RF: Add agent attribute edited event properties
2 parents e829268 + 484fb79 commit dea926a

File tree

1 file changed

+34
-10
lines changed
  • src/connections/sources/catalog/cloud-apps/regal-voice

1 file changed

+34
-10
lines changed

src/connections/sources/catalog/cloud-apps/regal-voice/index.md

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ The table below lists events that Regal Voice sends to Segment. These events app
2929
<td>Event Name</td>
3030
<td>Description</td>
3131
</tr>
32+
<tr>
33+
<td>agent.activity.updated</td>
34+
<td>An agent’s activity status was changed.</td>
35+
</tr>
36+
<tr>
37+
<td>call.completed</td>
38+
<td>An inbound or outbound call with a contact was completed. This includes calls that were not answered</td>
39+
</tr>
3240
<tr>
3341
<td>contact.subscribed</td>
3442
<td>A contact was subscribed to a marketing channel</td>
@@ -45,6 +53,10 @@ The table below lists events that Regal Voice sends to Segment. These events app
4553
<td>contact.experiment.assigned</td>
4654
<td>A contact was assigned to an experiment</td>
4755
</tr>
56+
<tr>
57+
<td>sms.conversation.completed</td>
58+
<td>An SMS conversation between a contact and an agent was completed in the Regal Voice agent desktop</td>
59+
</tr>
4860
<tr>
4961
<td>sms.queued</td>
5062
<td>An sms was queued to be sent from RegalVoice to contact</td>
@@ -61,21 +73,13 @@ The table below lists events that Regal Voice sends to Segment. These events app
6173
<td>sms.received</td>
6274
<td>An sms was received from a contact</td>
6375
</tr>
64-
<tr>
65-
<td>task.created</td>
66-
<td>A call or sms task was created</td>
67-
</tr>
6876
<tr>
6977
<td>task.canceled</td>
7078
<td>A call or sms task was canceled</td>
7179
</tr>
7280
<tr>
73-
<td>sms.conversation.completed</td>
74-
<td>An SMS conversation between a contact and an agent was completed in the Regal Voice agent desktop</td>
75-
</tr>
76-
<tr>
77-
<td>call.completed</td>
78-
<td>An inbound or outbound call with a contact was completed. This includes calls that were not answered</td>
81+
<td>task.created</td>
82+
<td>A call or sms task was created</td>
7983
</tr>
8084
</table>
8185

@@ -86,10 +90,30 @@ The table below lists events that Regal Voice sends to Segment. These events app
8690
<td>Property Name</td>
8791
<td>Description</td>
8892
</tr>
93+
<tr>
94+
<td>`agent_activity_name`</td>
95+
<td>Name of agent’s new availability status.</td>
96+
</tr>
97+
<tr>
98+
<td>`agent_availability`</td>
99+
<td>Availability of agent’s previous activity status. Can be true or false.</td>
100+
</tr>
89101
<tr>
90102
<td>`agent_email`</td>
91103
<td>Email of the agent who took an action</td>
92104
</tr>
105+
<tr>
106+
<td>`agent_previous_activity_name`</td>
107+
<td>Name of agent’s previous availability status.</td>
108+
</tr>
109+
<tr>
110+
<td>`agent_previous_availability`</td>
111+
<td>Availability of agent’s previous activity status. Can be true or false.</td>
112+
</tr>
113+
<tr>
114+
<td>`agent_time_in_previous_activity`</td>
115+
<td>Time (in seconds) agent spent in previous activity status.</td>
116+
</tr>
93117
<tr>
94118
<td>`call_id`</td>
95119
<td>Task Id for the call</td>

0 commit comments

Comments
 (0)