Skip to content

Commit 585f26a

Browse files
Merge pull request #5697 from upollo/feature/upollo-sdm-1
Feature/upollo sdm 1
2 parents 6c75d97 + cf76e97 commit 585f26a

File tree

1 file changed

+36
-0
lines changed
  • src/connections/destinations/catalog/upollo

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Upollo Destination
3+
id: 62fc4ed94dd68d0d189dc9b2
4+
beta: true
5+
---
6+
7+
[Upollo](https://upollo.ai?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} gives unique and actionable insights that lead to conversion, retention, and expansion.
8+
9+
This destination is maintained by Upollo. For any issues with the destination, [contact Upollo's Support team](mailto:[email protected]).
10+
11+
> info ""
12+
> The Upollo Destination is currently in beta, which means that Upollo is still actively developing the destination. If you are interested in joining the beta program or have any feedback to help improve the Upollo Destination and its documentation, [let the Upollo team know](mailto:[email protected]).
13+
14+
15+
## Getting started
16+
17+
1. From the [Upollo Connections screen](https://app.upollo.ai/settings/connections){:target="_blank"}, in the Segment connection, click **Configure**.
18+
2. Upollo redirects you to Segment. If you're not already logged in to Segment, log in now.
19+
3. Select the workspace and source from which you want to send data to Upollo.
20+
4. Click **Authorize**.
21+
22+
## Supported methods
23+
24+
### Identify
25+
26+
Send [Identify](/docs/connections/spec/identify) calls to Upollo. For example:
27+
28+
```js
29+
analytics.identify("userId123", {
30+
31+
name: "John Doe",
32+
phone: "+123456789",
33+
});
34+
```
35+
36+
Segment sends Identify calls to Upollo as an `identify` event. Upollo's unique insights are shown in the Upollo dashboard with enriched data.

0 commit comments

Comments
 (0)