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 siteThe 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:
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}`,
},
})
},
})
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”