File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
src/connections/sources/catalog/cloud-apps/regal-voice Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,13 @@ The table below lists events that Regal Voice sends to Segment. These events app
38
38
<td >A contact was unsubscribed from a marketing channel</td >
39
39
</tr >
40
40
<tr >
41
- <td>contact.attribute_edited </td>
41
+ <td>contact.attribute.edited </td>
42
42
<td>A contact's attributes were edited by an agent</td>
43
43
</tr >
44
+ <tr >
45
+ <td>contact.experiment.assigned</td>
46
+ <td>A contact assigned an experiment</td>
47
+ </tr >
44
48
<tr >
45
49
<td >sms.queued</td >
46
50
<td >An sms was queued to be sent from RegalVoice to contact</td >
@@ -212,8 +216,9 @@ The table below lists events that Regal Voice sends to Segment. These events app
212
216
<td >`talk_time`</td >
213
217
<td >Duration of conversation (ended_at - started_at)</td >
214
218
</tr >
215
- <td >`target_agent_fullname`</td >
216
- <td >Full name of the agent who contact (and all contact’s tasks) are assigned to</td >
219
+ <tr >
220
+ <td>`target_agent_fullname`</td>
221
+ <td>Full name of the agent who contact (and all contact’s tasks) are assigned to<td>
217
222
</tr >
218
223
<tr >
219
224
<td >`target_agent_id`</td >
You can’t perform that action at this time.
0 commit comments