@@ -31,27 +31,39 @@ The table below lists events that Regal Voice sends to Segment. These events app
31
31
</tr >
32
32
<tr >
33
33
<td >contact.subscribed</td >
34
- <td >A Contact was subscribed to a marketing channel</td >
34
+ <td >A contact was subscribed to a marketing channel</td >
35
35
</tr >
36
36
<tr >
37
37
<td >contact.unsubscribed</td >
38
- <td >A Contact was unsubscribed from a marketing channel</td >
38
+ <td >A contact was unsubscribed from a marketing channel</td >
39
39
</tr >
40
40
<tr>
41
41
<td >sms.queued</td >
42
- <td >An sms was queued to be sent from RegalVoice to Contact </td >
42
+ <td >An sms was queued to be sent from RegalVoice to contact </td >
43
43
</tr >
44
44
<tr>
45
45
<td >sms.sent</td >
46
- <td >An sms was sent from RegalVoice to Contact </td >
46
+ <td >An sms was sent from RegalVoice to contact </td >
47
47
</tr >
48
48
<tr>
49
- <td >sms.delivered </td >
50
- <td >An sms was delivered from RegalVoice to Contact </td >
49
+ <td >sms.undelivered </td >
50
+ <td >An sms was undelivered from RegalVoice to contact </td >
51
51
</tr >
52
52
<tr>
53
- <td >sms.undelivered</td >
54
- <td >An sms was undelivered from RegalVoice to Contact</td >
53
+ <td >sms.received</td >
54
+ <td >An sms was received from a contact</td >
55
+ </tr >
56
+ <tr>
57
+ <td >task.created</td >
58
+ <td >A call or sms task was created</td >
59
+ </tr >
60
+ <tr>
61
+ <td >sms.conversation_completed</td >
62
+ <td >An SMS conversation between a contact and an agent was completed in the Regal Voice agent desktop</td >
63
+ </tr >
64
+ <tr>
65
+ <td >call.completed</td >
66
+ <td >An inbound or outbound call with a contact was completed. This includes calls that were not answered</td >
55
67
</tr >
56
68
</table >
57
69
@@ -64,16 +76,15 @@ The table below lists events that Regal Voice sends to Segment. These events app
64
76
</tr >
65
77
<tr >
66
78
<td >`channel`</td >
67
- <td >Marketing channel of the subscription update. Acceptible value are: "voice", "sms", "email"
68
- </td >
79
+ <td >The marketing channel: "voice" or "sms"</td >
69
80
</tr >
70
81
<tr >
71
82
<td >`phone`</td >
72
- <td >The phone number the subscription update was applied to. Phone number is the unique identifier for a Contact in Regal Voice</td >
83
+ <td >The phone number the subscription update was applied to. Phone number is the unique identifier for a contact in Regal Voice</td >
73
84
</tr >
74
85
<tr >
75
86
<td >`email`</td >
76
- <td >The last email associated with the Contact </td >
87
+ <td >The last email associated with the contact </td >
77
88
</tr >
78
89
<tr >
79
90
<td >`ip`</td >
@@ -87,18 +98,18 @@ The table below lists events that Regal Voice sends to Segment. These events app
87
98
</tr >
88
99
<tr >
89
100
<td >`text`</td >
90
- <td >Only applies to contact.subscribed event. The exact text the Contact was presented for opt in</td >
101
+ <td >The exact text the contact was presented for opt in</td >
91
102
</tr >
92
103
<tr >
93
104
<td >`timestamp`</td >
94
105
<td >Unix timestamp for when the event took place</td >
95
106
</tr >
96
107
<tr >
97
108
<td >`contact_phone`</td >
98
- <td >Phone number of the Contact </td >
109
+ <td >Phone number of the contact </td >
99
110
</tr >
100
111
<tr >
101
- <td >`regal_voice_number `</td >
112
+ <td >`regal_voice_phone `</td >
102
113
<td >RegalVoice phone number</td >
103
114
</tr >
104
115
<tr >
@@ -107,7 +118,7 @@ The table below lists events that Regal Voice sends to Segment. These events app
107
118
</tr >
108
119
<tr >
109
120
<td >`direction`</td >
110
- <td >Direction of the SMS ( INBOUND or OUTBOUND) </td >
121
+ <td >INBOUND or OUTBOUND</td >
111
122
</tr >
112
123
<tr >
113
124
<td >`from_number`</td >
@@ -123,7 +134,87 @@ The table below lists events that Regal Voice sends to Segment. These events app
123
134
</tr >
124
135
<tr >
125
136
<td >`sms_conversation_id`</td >
126
- <td >Unique ID of the conversation (if the sms was part of a two-way conversation with an Agent, rather than just an automated outbound sms)</td >
137
+ <td >Task ID for the conversation. (If the sms was part of a two-way conversation with an Agent, rather than just an automated outbound sms)</td >
138
+ </tr >
139
+ <tr >
140
+ <td >`campaign_friendly_id`</td >
141
+ <td >Campaign Friendly Id as seen in the App</td >
142
+ </tr >
143
+ <tr >
144
+ <td >`campaign_id`</td >
145
+ <td >Campaign Id</td >
146
+ </tr >
147
+ <tr >
148
+ <td >`campaign_name`</td >
149
+ <td >Campaign Name</td >
150
+ </tr >
151
+ <tr >
152
+ <td >`queue`</td >
153
+ <td >Task Queue</td >
154
+ </tr >
155
+ <tr >
156
+ <td >`scheduling_agent_fullname`</td >
157
+ <td >Full name of the agent who scheduled the Callback</td >
158
+ </tr >
159
+ <tr >
160
+ <td >`scheduling_agent_id`</td >
161
+ <td >Email of the agent who scheduled the Callback</td >
162
+ </tr >
163
+ <tr >
164
+ <td >`target_agent_fullname`</td >
165
+ <td >Full name of the agent who contact (and all contact’s tasks) are assigned to</td >
166
+ </tr >
167
+ <tr >
168
+ <td >`target_agent_id`</td >
169
+ <td >Email of the agent who contact (and all contact’s tasks) are assigned to</td >
170
+ </tr >
171
+ <tr >
172
+ <td >`task_id`</td >
173
+ <td >Unique identifier for the task. Will match the call_id or sms_conversation_id of a completed task event.</td >
174
+ </tr >
175
+ <tr >
176
+ <td >`type`</td >
177
+ <td >Task Type</td >
178
+ </tr >
179
+ <tr >
180
+ <td >`call_id`</td >
181
+ <td >Task Id for the call</td >
182
+ </tr >
183
+ <tr >
184
+ <td >`disposition`</td >
185
+ <td >Task disposition</td >
186
+ </tr >
187
+ <tr >
188
+ <td >`objections`</td >
189
+ <td >Task objections</td >
190
+ </tr >
191
+ <tr >
192
+ <td >`notes`</td >
193
+ <td >Task notes</td >
194
+ </tr >
195
+ <tr >
196
+ <td >`handle_time`</td >
197
+ <td >Full duration task was being handled, including talk time and wrap time (completed_at - started_at)</td >
198
+ </tr >
199
+ <tr >
200
+ <td >`wrapup_time`</td >
201
+ <td >Duration task was in wrap up (completed_at - ended_at)</td >
202
+ </tr >
203
+ <tr >
204
+ <td >`talk_time`</td >
205
+ <td >Duration of conversation (ended_at - started_at)</td >
206
+ </tr >
207
+ <tr >
208
+ <td >`started_at`</td >
209
+ <td >UTC timestamp when the conversation was started</td >
210
+ </tr >
211
+ <tr >
212
+ <td >`ended_at`</td >
213
+ <td >UTC timestamp when the conversation was ended</td >
214
+ </tr >
215
+ <tr >
216
+ <td >`completed_at`</td >
217
+ <td >UTC Timestamp when the task was completed</td >
127
218
</tr >
128
219
</table >
129
220
0 commit comments