Wishpond

Reach new customers and increase sales, affordably. Get the all-in-one marketing platform you need to grow your business and a team of experts doing the work for you.

Go to site
Explore
/
Apps
/
Wishpond

Wishpond API Integrations

Build and run workflows using the Wishpond 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

The Wishpond API makes it easy to create powerful marketing campaigns such as lead captures, email campaigns, SMS campaigns, and more. With the Wishpond API, you can easily automate your marketing campaigns, allowing you to focus on other tasks. Here are a few of the things you can do:

  • Create customized landing pages, lead forms, and email campaigns
  • Generate leads and track their progress throughout the sales funnel
  • Automate follow-up emails, SMS messages, and other communications
  • Automate A/B testing to choose the best versions of your campaigns and funnel steps
  • Segment and target marketing campaigns for the highest engagement
  • Monitor social media campaigns for performance and engagement
  • Track customer activity and use insights to craft personalized email content
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    wishpond: {
      type: "app",
      app: "wishpond",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.wishpond.com/api/v1/leads/`,
      headers: {
        "X-Api-Token": `${this.wishpond.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

Sign in to your Wishpond account and copy your API key from the Profile menu under “API Keys”