You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/regal-voice/index.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
---
2
2
rewrite: true
3
-
title: Regal Voice Destination
3
+
title: Regal.io Destination
4
4
id: 5f33e746fad0d620b8a4b144
5
5
---
6
-
[Regal Voice](https://regalvoice.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a next-gen customer engagement platform that helps brands proactively engage and convert customers before they buy elsewhere.
6
+
[Regal.io](https://www.regal.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is a next-gen customer engagement platform that helps brands proactively engage and convert customers before they buy elsewhere.
7
7
8
-
Regal Voice maintains this destination. For any issues with the destination, contact their [Regal Voice support team](mailto:[email protected]).
8
+
Regal.io maintains this destination. For any issues with the destination, contact their [Regal.io support team](mailto:[email protected]).
9
9
10
10
> note "Note:"
11
-
> Regal Voice is available in the U.S only.
11
+
> Regal.io is available in the U.S only.
12
12
13
13
> note "Note:"
14
-
> The Regal Voice Destination is in beta, which means that they are still actively developing the destination. To join the beta program, or if you have any feedback to help improve the Regal Voice Destination and its documentation, [contact the Regal Voice support team](mailto:[email protected])!
14
+
> The Regal.io Destination is in beta, which means that they are still actively developing the destination. To join the beta program, or if you have any feedback to help improve the Regal.io Destination and its documentation, [contact the Regal.io support team](mailto:[email protected])!
15
15
16
16
17
17
## Getting Started
18
18
19
19
{% include content/connection-modes.md %}
20
20
21
21
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
22
-
2. Search for "Regal Voice" in the Destinations Catalog, and select the "Regal Voice" destination.
23
-
3. Choose which Source should send data to the "Regal Voice" destination.
22
+
2. Search for "Regal.io" in the Destinations Catalog, and select the "Regal.io" destination.
23
+
3. Choose which Source should send data to the "Regal.io" destination.
5. Enter the "API Key" in the "Regal Voice" destination settings in Segment.
25
+
5. Enter the "API Key" in the "Regal.io" destination settings in Segment.
26
26
27
27
28
28
## Page
@@ -33,7 +33,7 @@ If you are not familiar with the Segment Specs, take a look to understand what t
33
33
analytics.page()
34
34
```
35
35
36
-
Segment sends Page calls to Regal Voice as a pageview.
36
+
Segment sends Page calls to Regal.io as a pageview.
37
37
38
38
39
39
## Screen
@@ -44,7 +44,7 @@ If you are not familiar with the Segment Spec, take a look to understand what th
44
44
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
45
45
```
46
46
47
-
Segment sends Screen calls to Regal Voice as a screen.
47
+
Segment sends Screen calls to Regal.io as a screen.
48
48
49
49
50
50
## Identify
@@ -59,19 +59,19 @@ analytics.identify({
59
59
});
60
60
```
61
61
62
-
Segment sends Identify calls to Regal Voice as an identify event.
62
+
Segment sends Identify calls to Regal.io as an identify event.
63
63
64
-
Identify events are used to create users and update user attributes. If an identify event contains a phone, Regal Voice will create a contact in your Audience.
64
+
Identify events are used to create users and update user attributes. If an identify event contains a phone, Regal.io will create a contact in your Audience.
65
65
66
66
## Track
67
67
68
68
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track/) to learn about what it does.
69
69
70
-
Segment recommends calling `track` on any user or system event that you may want Regal Voice to be able to use for lead scoring or as triggers or conditions when sending voice and sms campaigns.
70
+
Segment recommends calling `track` on any user or system event that you may want Regal.io to be able to use for lead scoring or as triggers or conditions when sending voice and sms campaigns.
71
71
72
-
Segment sends `track` calls to Regal Voice as a track event. Pass all attributes relevant to your use case into the `properties` object.
72
+
Segment sends `track` calls to Regal.io as a track event. Pass all attributes relevant to your use case into the `properties` object.
73
73
74
-
Regal Voice communications can be triggered proactively to a user based on their activity or inactivity - in order to nudge them through your funnel.
74
+
Regal.io communications can be triggered proactively to a user based on their activity or inactivity - in order to nudge them through your funnel.
75
75
76
76
An example for a financial services company might be that you want to tigger an outbound call to a user for whom a 'Loan Application Approved' event has been received, but not a 'Loan Signed' event (with some parameter around timing).
In order to trigger outbound calls or sms messages from Regal Voice, you must collect the user's explicit opt-in for those channels along with the user's phone number.
91
+
In order to trigger outbound calls or sms messages from Regal.io, you must collect the user's explicit opt-in for those channels along with the user's phone number.
92
92
93
-
There are 2 options for how you can let Regal Voice know a user has opted in:
93
+
There are 2 options for how you can let Regal.io know a user has opted in:
94
94
95
-
1. Anytime you collect opt-in for sms or voice calls, you can trigger a track event after a user opts in and let the Regal Voice team know what track event is synonymous with opt-in collected (there is no required format for this event). The product will then automatically subscribe users who perform that event. (Note: for Regal Voice to subscribe a user, there must already be a phone provided for that user.)
95
+
1. Anytime you collect opt-in for sms or voice calls, you can trigger a track event after a user opts in and let the Regal.io team know what track event is synonymous with opt-in collected (there is no required format for this event). The product will then automatically subscribe users who perform that event. (Note: for Regal.io to subscribe a user, there must already be a phone provided for that user.)
96
96
97
-
2. Alternatively, anytime you collect opt-in for sms or voice calls, you can use an `identify` call to pass that opt-in information to Regal Voice by adding an optIn object.
97
+
2. Alternatively, anytime you collect opt-in for sms or voice calls, you can use an `identify` call to pass that opt-in information to Regal.io by adding an optIn object.
98
98
99
99
Below is an example of what an `identify` call would look like for a user who opted into multiple channels (sms and voice calls) at once:
For the identify method, the `ip` field is required if you are opting in users server side. (If you are opting in users client side, Segment automatically adds ip to the context, so you are not required to add it to the optIn object)
128
128
129
-
Make sure to include `timestamp` with the exact time the user opted in. Since traits are [cached](/docs/connections/sources/catalog/libraries/website/javascript/identity/#clearing-traits) and sent with subsequent Identify calls, Regal Voice ignores opt-ins that do not have a `timestamp` date.
129
+
Make sure to include `timestamp` with the exact time the user opted in. Since traits are [cached](/docs/connections/sources/catalog/libraries/website/javascript/identity/#clearing-traits) and sent with subsequent Identify calls, Regal.io ignores opt-ins that do not have a `timestamp` date.
0 commit comments