Skip to content

Commit a08d401

Browse files
authored
Merge pull request #2957 from segmentio/develop
Release 22.21.2
2 parents 9dcca79 + 0c35b81 commit a08d401

File tree

8 files changed

+99
-8
lines changed

8 files changed

+99
-8
lines changed

.github/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Optimizely
7070
performant
7171
Preact
7272
Shopify
73+
Skalin
7374
Smartly
7475
Subnet
7576
svg

Gemfile.lock

100644100755
File mode changed.

src/_data/catalog/destinations.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35124,7 +35124,11 @@ items:
3512435124
display_name: Skalin
3512535125
name: Skalin
3512635126
slug: skalin
35127+
<<<<<<< HEAD
3512735128
hidden: true
35129+
=======
35130+
hidden: false
35131+
>>>>>>> 5dbaf28c (Update Catalog to include Skalin)
3512835132
endpoints:
3512935133
- us
3513035134
regions:

src/connections/destinations/catalog/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ redirect_from:
1818
<div class="destinations-catalog__section markdown">
1919
{% assign category_icon = category.slug | slugify %}
2020
<h2 class="destinations-catalog__title flex flex--middle" id="{{ category.slug | slugify }}">
21+
{{category.display_name}}
2122
</h2>
2223
<div class="flex flex--wrap waffle waffle--xlarge">
2324
{% assign destinations = site.data.catalog.destinations.items | where: "categories", category.display_name %}
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Skalin Destination
3+
id: 6256de4a1fe40d47ffb0b707
4+
---
5+
6+
7+
[Skalin](https://skalin.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} calculates your customer health score and alerts you as needed. This allows you to be more proactive, save time, and generate more revenue.
8+
9+
This destination is maintained by Skalin. For any issues with the destination, [contact the Skalin Support team](mailto:[email protected]).
10+
11+
12+
## Getting Started
13+
14+
{% include content/connection-modes.md %}
15+
16+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
17+
2. Search for **Skalin** in the Destinations Catalog, and select the **Skalin** destination.
18+
3. Choose which Source should send data to the Skalin destination.
19+
4. Go to the [Segment integration page in the Skalin platform](https://app.skalin.io/#/integration/segment){:target="_blank"}, and click **Connect** to create a configuration. Find and copy the **API Key** and and **Skalin Client ID** in the Segment connection section.
20+
5. Enter the **API Key** and **ClientID** in the Skalin destination settings in Segment.
21+
22+
## Supported methods
23+
24+
Skalin supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
25+
26+
### Page
27+
28+
Send [Page](/docs/connections/spec/page) calls to Skalin. For example:
29+
30+
```js
31+
analytics.page('myFeature')
32+
```
33+
34+
Segment sends Page calls to Skalin as a `feature`.
35+
36+
37+
### Screen
38+
39+
Send [Screen](/docs/connections/spec/screen) calls to Skalin. For example:
40+
41+
```obj-c
42+
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
43+
```
44+
45+
Segment sends Screen calls to Skalin as a `feature`.
46+
47+
48+
### Identify
49+
50+
Send [Identify](/docs/connections/spec/identify) calls to Skalin. For example:
51+
52+
```js
53+
analytics.identify('userId123', {
54+
55+
});
56+
```
57+
58+
Optionally, you can provide your CustomerID:
59+
```js
60+
analytics.identify('userId123', {
61+
62+
trait: {
63+
groupId: 'myCustomerID'
64+
}
65+
});
66+
```
67+
68+
Segment sends Identify calls to Skalin as an `identity`.
69+
70+
71+
### Track
72+
73+
Send [Track](/docs/connections/spec/track) calls to Skalin. For example:
74+
75+
```js
76+
analytics.track('myFeature')
77+
```
78+
79+
Segment sends Track calls to Skalin as a `feature` event.
86.3 KB
Loading

src/engage/overview/onboarding.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To add the ability to send SMS campaigns in Engage, you’ll now create a Twilio
168168
### Create a Twilio account and generate an API key
169169

170170
> info "Copying Twilio Credentials"
171-
> This step generates an Account SID and API key secret that you’ll later add to Segment. Make sure you’re ready to copy and save both proceeding.
171+
> This step generates an Account SID, API key SID, and API key secret that you’ll later add to Segment. Make sure you’re ready to copy and save both proceeding.
172172
173173
Start by creating your Twilio account and getting an API key for Engage:
174174

@@ -178,19 +178,24 @@ Start by creating your Twilio account and getting an API key for Engage:
178178
4. Enter a name for the API key in the **Friendly name** field.
179179
5. Set the region to **United States (US1) - Default** and key type to **Standard**.
180180
6. Click **Create API Key**.
181-
7. Copy the **SID** and **Secret** field contents.
181+
7. Copy both the **SID** and **Secret** field contents.
182+
182183

183184
![Copying the Twilio API key](images/apikeys.png "Copying the Twilio API key")
184185

185-
8. Switch to the browser tab or window with your Personas workspace.
186-
9. Navigate to **Personas > Settings > Messaging Service**. Under **Send SMS messages with Twilio**, click the **Get Started** button. The **Set up your SMS service** page appears.
187-
10. Under **Enter your Twilio API Key information** (shown below), paste the SID and API Key Secret you copied above into their respective fields.
188-
11. Click **Verify**, then click **Save Twilio Account.**
186+
8. Return to the API keys & tokens page. In the **Live credentials** section, copy the Account SID credentials.
187+
188+
![Copying the Twilio Account SID key](images/twilioaccountsid.png "Copying the Twilio API key")
189+
190+
9. Switch to the browser tab or window with your Personas workspace.
191+
10. Navigate to **Personas > Settings > Messaging Service**. Under **Send SMS messages with Twilio**, click the **Get Started** button. The **Set up your SMS service** page appears.
192+
11. Under **Enter your Twilio API Key information** (shown below), paste the Account SID, API Key SID, and API Key Secret you copied above into their respective fields.
193+
12. Click **Verify**, then click **Save Twilio Account.**
189194

190-
![Entering Twilio API key into Engage](images/engageapifields.png "Entering Twilio API key into Engage")
195+
<!-- ![Entering Twilio API key into Engage](images/engageapifields.png "Entering Twilio API key into Engage") -->
191196

192197
> info ""
193-
> If you’re unable to verify your SID or API Key secret, you may have copied an extra space at the end of one or the other. Verify that you’ve not added any extra characters or spaces, then try to verify again.
198+
> If you’re unable to verify your Account SID, SID, or API Key secret, you may have copied an extra space at the end of one or the other. Verify that you’ve not added any extra characters or spaces, then try to verify again.
194199
195200
### Set up a Twilio Messaging Service
196201

vale-styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Optimizely
7070
performant
7171
Preact
7272
Shopify
73+
Skalin
7374
Smartly
7475
Subnet
7576
svg

0 commit comments

Comments
 (0)