Referral software for B2C, FinTech, and SaaS. Our customers see 312% ROI, 30% new leads, 15% ARR growth from referrals.
Go to siteGrowSurf is a referral platform that can amplify your growth efforts by incentivizing word-of-mouth marketing. By harnessing the GrowSurf API on Pipedream, you can automate campaign management, track participant performance, reward achievements, and sync referral data across your marketing stack. This seamless integration enables personalized engagement with your audience, targeted follow-ups, and real-time analytics for informed decision-making.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
growsurf: {
type: "app",
app: "growsurf",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.growsurf.com/v2/campaigns`,
headers: {
Authorization: `Bearer ${this.growsurf.$auth.api_key}`,
},
})
},
})
Automated Referral Reward Fulfillment: Trigger a Pipedream workflow when a GrowSurf participant reaches a certain milestone or earns a reward. Automatically issue discount codes or send personalized rewards via email, integrating with services like SendGrid or Mailchimp.
Dynamic CRM Updates: Sync new GrowSurf campaign participant data to your CRM platform, such as Salesforce or HubSpot. When a user signs up through your referral program, add them as a contact in your CRM and tag them for segmentation and targeted marketing campaigns.
Real-Time Analytics Dashboard: Use Pipedream to send GrowSurf campaign data to a Google Sheets or Airtable base. Create a real-time dashboard that visualizes referral performance metrics, helping you quickly assess the effectiveness of your campaigns and make data-driven adjustments.
Growsurf uses API keys for authentication. When you connect your Growsurf account, Pipedream securely stores the keys so you can easily authenticate to Growsurf APIs in both code and no-code steps.
To retrieve your API key,