Skip to content

Commit 87e047a

Browse files
author
markzegarelli
authored
Merge pull request #1864 from segmentio/regalvoice/doc_update_09_2021
Regalvoice/doc update 09 2021
2 parents ec4fcb8 + b54272a commit 87e047a

File tree

1 file changed

+20
-3
lines changed
  • src/connections/sources/catalog/cloud-apps/regal-voice

1 file changed

+20
-3
lines changed

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

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ The table below lists events that Regal Voice sends to Segment. These events app
3838
<td>A contact was unsubscribed from a marketing channel</td>
3939
</tr>
4040
<tr>
41-
<td>contact.attribute_edited</td>
41+
<td>contact.attribute.edited</td>
4242
<td>A contact's attributes were edited by an agent</td>
4343
</tr>
44+
<tr>
45+
<td>contact.experiment.assigned</td>
46+
<td>A contact was assigned to an experiment</td>
47+
</tr>
4448
<tr>
4549
<td>sms.queued</td>
4650
<td>An sms was queued to be sent from RegalVoice to contact</td>
@@ -150,6 +154,18 @@ The table below lists events that Regal Voice sends to Segment. These events app
150154
<td>`ended_at`</td>
151155
<td>UTC timestamp when the conversation was ended</td>
152156
</tr>
157+
<tr>
158+
<td>`experiment_id`</td>
159+
<td>Experiment ID</td>
160+
</tr>
161+
<tr>
162+
<td>`experiment_name`</td>
163+
<td>Name of experiment</td>
164+
</tr>
165+
<tr>
166+
<td>`experiment_variant`</td>
167+
<td>Variant a contact was assigned to in an experiment</td>
168+
</tr>
153169
<tr>
154170
<td>`from_number`</td>
155171
<td>Phone number that sent the message</td>
@@ -212,8 +228,9 @@ The table below lists events that Regal Voice sends to Segment. These events app
212228
<td>`talk_time`</td>
213229
<td>Duration of conversation (ended_at - started_at)</td>
214230
</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>
231+
<tr>
232+
<td>`target_agent_fullname`</td>
233+
<td>Full name of the agent who contact (and all contact’s tasks) are assigned to</td>
217234
</tr>
218235
<tr>
219236
<td>`target_agent_id`</td>

0 commit comments

Comments
 (0)