UpViral

UpViral is the Ultimate Viral Referral Platform. It allows you to run viral campaigns - such as contests, giveaways and more.

Go to site
Explore
/
Apps
/
UpViral

UpViral API Integrations

Build and run workflows using the UpViral API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

UpViral provides amazing opportunities for businesses to quickly and easily build viral marketing campaigns, referral programs, giveaways and more. It helps marketers to acquire new leads, increase website traffic, build an engaged customer base, and most importantly, earn more sales. The power of the UpViral API allows you to create powerful, automated, comprehensive and cost-effective marketing campaigns.

Here is a list of some ideas of what you can do with UpViral API:

  • Create automated and comprehensive referral campaigns or as UpViral calls them 'Viral Quests'
  • Build a customer loyalty program
  • Create interactive games and giveaways
  • Design reward or contest campaigns
  • Build a referral credit system
  • Design customer onboarding programs
  • Generate survey campaigns
  • Develop sweepstakes
  • Automatically award bonuses
  • Create emails capture forms
  • And many more!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    upviral: {
      type: "app",
      app: "upviral",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      method: "post",
      url: `https://app.upviral.com/api/v1`,
      params: {
        uvapikey: `${this.upviral.$auth.api_key}`,
        uvmethod: `lists`,
      },
    })
  },
})

Authentication

UpViral uses API keys for authentication. When you connect your UpViral account, Pipedream securely stores the keys so you can easily authenticate to UpViral APIs in both code and no-code steps.

To get your UpViral API Key, go to your Profile, then click the "API Key" tab.