Skip to content

Update Regal Voice sources documentation index.md #2171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/connections/sources/catalog/cloud-apps/regal-voice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ The table below lists events that Regal Voice sends to Segment. These events app
<td>contact.experiment.assigned</td>
<td>A contact was assigned to an experiment</td>
</tr>
<tr>
<td>scheduled.callback.requested</td>
<td>A callback was scheduled</td>
</tr>
<tr>
<td>sms.conversation.completed</td>
<td>An SMS conversation between a contact and an agent was completed in the Regal Voice agent desktop</td>
Expand Down Expand Up @@ -118,6 +122,10 @@ The table below lists events that Regal Voice sends to Segment. These events app
<td>`call_id`</td>
<td>Task Id for the call</td>
</tr>
<tr>
<td>`callback_timestamp`</td>
<td>When the callback is scheduled for</td>
</tr>
<tr>
<td>`campaign_id`</td>
<td>Campaign Id</td>
Expand Down Expand Up @@ -226,6 +234,10 @@ The table below lists events that Regal Voice sends to Segment. These events app
<td>`regal_voice_phone`</td>
<td>RegalVoice phone number</td>
</tr>
<tr>
<td>`scheduling_agent_email`</td>
<td>Email of the agent who scheduled the callback</td>
</tr>
<tr>
<td>`scheduling_agent_fullname`</td>
<td>Full name of the agent who scheduled the Callback</td>
Expand Down