Skip to content

Commit 082da9c

Browse files
committed
Add contact.attribute_edited and relevant event fields
1 parent 59abe39 commit 082da9c

File tree

1 file changed

+12
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/regal-voice

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ The table below lists events that Regal Voice sends to Segment. These events app
3737
<td>contact.unsubscribed</td>
3838
<td>A contact was unsubscribed from a marketing channel</td>
3939
</tr>
40+
<tr>
41+
<td>contact.attribute_edited</td>
42+
<td>A contact's attributes were edited by an agent<td>
43+
</tr>
4044
<tr>
4145
<td>sms.queued</td>
4246
<td>An sms was queued to be sent from RegalVoice to contact</td>
@@ -78,6 +82,10 @@ The table below lists events that Regal Voice sends to Segment. These events app
7882
<td>Property Name</td>
7983
<td>Description</td>
8084
</tr>
85+
<tr>
86+
<td>`agent_email`</td>
87+
<td>Email of the agent who took an action</td>
88+
</tr>
8189
<tr>
8290
<td>`call_id`</td>
8391
<td>Task Id for the call</td>
@@ -106,6 +114,10 @@ The table below lists events that Regal Voice sends to Segment. These events app
106114
<td>`canceled_by`</td>
107115
<td>Includes the email of the user who canceled the task, if applicable</td>
108116
</tr>
117+
<tr>
118+
<td>`changes`</td>
119+
<td>Changes made for the contact.attribute_edited event</td>
120+
</tr>
109121
<tr>
110122
<td>`channel`</td>
111123
<td>The marketing channel: "voice" or "sms"</td>

0 commit comments

Comments
 (0)