UpViral is the Ultimate Viral Referral Platform. It allows you to run viral campaigns - such as contests, giveaways and more.
Go to siteUpViral 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:
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`,
},
})
},
})
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.