@@ -28,6 +28,7 @@ The table below lists events that Regal Voice sends to Segment. These events app
28
28
| ---------------------------- | ----------------------------------------------------------------------------------------------------- |
29
29
| agent.activity.updated | An agent’s activity status was changed. |
30
30
| call.completed | An inbound or outbound call with a contact was completed. This includes calls that were not answered. |
31
+ | call.recording.available | A call recording link is available. |
31
32
| contact.subscribed | A contact was subscribed to a marketing channel. |
32
33
| contact.unsubscribed | A contact was unsubscribed from a marketing channel. |
33
34
| contact.attribute.edited | A contact's attributes were edited by an agent. |
@@ -39,7 +40,9 @@ The table below lists events that Regal Voice sends to Segment. These events app
39
40
| sms.undelivered | An SMS was undelivered from Regal Voice to contact. |
40
41
| sms.received | An SMS was received from a contact. |
41
42
| task.canceled | A call or SMS task was canceled. |
42
- | task.created | A call or SMS task was created.
43
+ | task.created | A call or SMS task was created. |
44
+ | task.reservation.created | A reservation was created for a task. |
45
+ | task.reservation.accepted | A reservation was accepted by an agent. |
43
46
44
47
## Event Properties
45
48
@@ -79,7 +82,11 @@ The table below lists events that Regal Voice sends to Segment. These events app
79
82
| ` objections ` | Task objections |
80
83
| ` phone ` | The phone number the subscription updated was applied to; phone number is the unique identifier for a contact in Regal voice |
81
84
| ` queue ` | Task Queue |
85
+ | ` recording_link ` | Call recording link |
82
86
| ` regal_voice_phone ` | Regal Voice phone number |
87
+ | ` regal_voice_phone_internal_name ` | Internal name of phone line displayed to agents
88
+ | ` reserved_agent_email ` | Email of the agent the task reservation is for
89
+ | ` reserved_agent_full_name ` | Full name of the agent the task reservation is for
83
90
| ` scheduling_agent_email ` | Email of the agent who scheduled the callback |
84
91
| ` scheduling_agent_fullname ` | Full name of the agent who scheduled the callback |
85
92
| ` scheduling_agent_id ` | Email of the agent who scheduled the callback |
0 commit comments