Create viral loops for your product launch with our waitlists: built-in referral and email marketing, analytics, leaderboards, captcha and more.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
waitlist: {
type: "app",
app: "waitlist",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.getwaitlist.com/api/v1/waitlist`,
headers: {
"Content-Type": `application/json`,
"api-key": `${this.waitlist.$auth.api_key}`,
},
})
},
})
Emit new event each time a waitlist is created. See the documentation
Emit new event each time a subscriber is added. See the documentation
Waitlist uses API keys for authentication. When you connect your Waitlist account, Pipedream securely stores the keys so you can easily authenticate to Waitlist APIs in both code and no-code steps.