Skip to content

Commit 59abe39

Browse files
committed
Add task.canceled and related fields
also fix some of the spacing around tr tags
1 parent 2804539 commit 59abe39

File tree

1 file changed

+25
-9
lines changed
  • src/connections/sources/catalog/cloud-apps/regal-voice

1 file changed

+25
-9
lines changed

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

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,35 @@ 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>
40+
<tr>
4141
<td>sms.queued</td>
4242
<td>An sms was queued to be sent from RegalVoice to contact</td>
4343
</tr>
44-
<tr>
44+
<tr>
4545
<td>sms.sent</td>
4646
<td>An sms was sent from RegalVoice to contact</td>
4747
</tr>
48-
<tr>
48+
<tr>
4949
<td>sms.undelivered</td>
5050
<td>An sms was undelivered from RegalVoice to contact</td>
5151
</tr>
52-
<tr>
52+
<tr>
5353
<td>sms.received</td>
5454
<td>An sms was received from a contact</td>
5555
</tr>
56-
<tr>
56+
<tr>
5757
<td>task.created</td>
5858
<td>A call or sms task was created</td>
5959
</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>
60+
<tr>
61+
<td>task.canceled</td>
62+
<td>A call or sms task was canceled</td>
63+
</tr>
64+
<tr>
65+
<td>sms.conversation.completed</td>
66+
<td>An SMS conversation between a contact and an agent was completed in the Regal Voice agent desktop<td>
6367
</tr>
64-
<tr>
68+
<tr>
6569
<td>call.completed</td>
6670
<td>An inbound or outbound call with a contact was completed. This includes calls that were not answered</td>
6771
</tr>
@@ -90,6 +94,18 @@ The table below lists events that Regal Voice sends to Segment. These events app
9094
<td>`campaign_name`</td>
9195
<td>Campaign Name</td>
9296
</tr>
97+
<tr>
98+
<td>`cancelation_reason`</td>
99+
<td>Reason the task was canceled</td>
100+
</tr>
101+
<tr>
102+
<td>`cancelation_source`</td>
103+
<td>Source of where the task was canceled</td>
104+
</tr>
105+
<tr>
106+
<td>`canceled_by`</td>
107+
<td>Includes the email of the user who canceled the task, if applicable</td>
108+
</tr>
93109
<tr>
94110
<td>`channel`</td>
95111
<td>The marketing channel: "voice" or "sms"</td>

0 commit comments

Comments
 (0)