Skip to content

Commit 9391ac4

Browse files
committed
Add Upollo single destination mode
1 parent 83da62e commit 9391ac4

File tree

1 file changed

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

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Upollo Destination
3+
---
4+
5+
[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.
6+
7+
This destination is maintained by Upollo. For any issues with the destination, [contact Upollo's Support team](mailto:[email protected]).
8+
9+
> info ""
10+
> The Upollo Destination is currently in beta, which means that Upollo 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]).
11+
12+
13+
## Getting started
14+
15+
1. From the [Upollo Connections screen](https://app.upollo.ai/settings/connections), in the Segment connection, click **Configure**
16+
2. Under **I am not a Segment workspace admin**, click **Connect**
17+
3. Choose which Source should send data to the Upollo destination.
18+
19+
## Supported methods
20+
21+
### Identify
22+
23+
Send [Identify](/docs/connections/spec/identify) calls to Upollo. For example:
24+
25+
```js
26+
analytics.identify("userId123", {
27+
28+
name: "John Doe",
29+
phone: "+123456789",
30+
});
31+
```
32+
33+
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)