WisePops is a web application that helps you design smart pop-ups for your website, and increase sign ups and conversions
Go to siteWisePops' API allows webmasters and developers to easily create, deploy, and manage powerful dynamic popups and surveys.
Using the WisePops API, you can build a variety of rich interactive experiences that increase user engagement and generate leads. Here are just some examples of the types of popups and surveys you can build:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
wisepops: {
type: "app",
app: "wisepops",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.wisepops.com/api2/contacts`,
headers: {
"Authorization": `WISEPOPS-API key="${this.wisepops.$auth.api_key}"`,
},
})
},
})
WisePops uses API keys for authentication. When you connect your WisePops account, Pipedream securely stores the keys so you can easily authenticate to WisePops APIs in both code and no-code steps.
To get your API Key, log into your WisePops account, click the Profile menu on the top right, then Settings, then Email API.