Turn your biggest fans into your best marketers! Rewardful is a super easy way to setup affiliate & referral programs for SaaS, memberships, and ecommerce
Go to siteThe Rewardful API offers an easy way to build rewards programs into your web and mobile applications. With Rewardful you can create referral programs that reward users for spreading the word about your product or service, implement referral rewards to help drive more traffic to your website, or offer content-based rewards and discounts.
The Rewardful API makes it easy to create a rich rewards program with functions like tracking user referrals, sending out reward coupons and offers, and displaying real-time analytics and insights.
Here are some examples of what you can create with the Rewardful API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
rewardful: {
type: "app",
app: "rewardful",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.getrewardful.com/v1/affiliates`,
auth: {
username: `${this.rewardful.$auth.api_secret}`,
password: ``,
},
})
},
})
Rewardful uses API keys for authentication. When you connect your Rewardful account, Pipedream securely stores the keys so you can easily authenticate to Rewardful APIs in both code and no-code steps.
To retrieve your API keys,