|
| 1 | +--- |
| 2 | +title: Upollo Destination |
| 3 | +hidden: true |
| 4 | +private: true |
| 5 | +--- |
| 6 | + |
| 7 | +{% include content/plan-grid.md name="actions" %} |
| 8 | + |
| 9 | + |
| 10 | +[Upollo](https://upollo.ai?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} finds and converts repeat trialers, account sharers and more. |
| 11 | + |
| 12 | +11% of users signing up for free trials have [already used one](https://upollo.ai/blog/turn-repeated-trials-into-growth?utm_source=segmentio&utm_medium=docs&utm_campaign=partners), and up to 45% of users [share their logins]( |
| 13 | +https://upollo.ai/blog/grow-by-understanding-account-sharing?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) with others. |
| 14 | +Inviting these users to a paid account is the number 1 underutilized growth channel for SaaS businesses. |
| 15 | + |
| 16 | +This destination is maintained by Upollo. For any questions or issues with the destination, please [contact the Upollo team](https://upollo.ai/contact?utm_source=segmentio&utm_medium=docs&utm_campaign=partners). |
| 17 | + |
| 18 | +## Benefits of Upollo (Actions) |
| 19 | + |
| 20 | +Upollo (Actions) provides the following benefits: |
| 21 | + |
| 22 | +- **Find hidden growth opportunities**. Quickly see how many users are repeating free trials or share their account. |
| 23 | +- **More happy paying customers**. Upgrade these users onto a paying plan and get more happy paying users. |
| 24 | + |
| 25 | +## Getting Started |
| 26 | + |
| 27 | +1. Signup for Upollo and get your public API key. |
| 28 | +2. Add that to the segment configuration |
| 29 | + |
| 30 | +1. From the Segment web app, click **Catalog**, then click **Destinations**. |
| 31 | +2. Find the Destinations Actions item in the left navigation, and click it. |
| 32 | +3. Search for **Upollo (Actions)** and click **Configure Upollo**. |
| 33 | +4. Select an existing Source to connect to Upollo (Actions). |
| 34 | +5. Get your **Public API key** from the [Upollo dashboard](https://upollo.ai/app/settings/access-and-keys?utm_source=segmentio&utm_medium=docs&utm_campaign=partners). |
| 35 | +6. Add your API key to the segment Upollo Action settings. |
| 36 | + |
| 37 | +## Identify |
| 38 | + |
| 39 | +Upollo uses segments identify call to analyse users on your platform. If the same person is using mulitple accounts or if different people are sharing an account they will be flagged and shown in the Upollo dashboard. |
| 40 | + |
| 41 | + |
| 42 | +In the `identify` call provide any available information. |
| 43 | +```js |
| 44 | +analytics.identify('userId123', { |
| 45 | + |
| 46 | + name: 'John Doe', |
| 47 | + phone: '+123456789' |
| 48 | +}); |
| 49 | +``` |
| 50 | + |
| 51 | +For more see the [Identify API documentation](/docs/connections/spec/identify/). |
| 52 | + |
| 53 | +{% include components/actions-fields.html %} |
0 commit comments