WisePops

WisePops is a web application that helps you design smart pop-ups for your website, and increase sign ups and conversions

Go to site
Explore
/
Apps
/
WisePops

WisePops API Integrations

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

WisePops' 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:

  • Email Capture Popups
  • Abandoned Cart Popups
  • Exit Intent Popups
  • Quiz Popups
  • Inline Forms
  • Polls
  • Onboarding Surveys
  • Rating & Feedback Forms
  • Outcome-Based Survey
  • User Satisfaction Surveys
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: {
    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}"`,
      },
    })
  },
})
Send Message (Advanced) with Discord Webhook API on New Phone Collected (Instant) from WisePops API
WisePops + Discord Webhook
 
Try it
Get Film with SWAPI - Star Wars API on New Phone Collected (Instant) from WisePops API
WisePops + SWAPI - Star Wars
 
Try it
Delete Record with Airtable API on New Phone Collected (Instant) from WisePops API
WisePops + Airtable
 
Try it
Send any HTTP Request with HTTP / Webhook API on New Phone Collected (Instant) from WisePops API
WisePops + HTTP / Webhook
 
Try it
Create Image with OpenAI (ChatGPT) API on New Phone Collected (Instant) from WisePops API
WisePops + OpenAI (ChatGPT)
 
Try it
New Phone Collected (Instant) from the WisePops API

Emit new event when a new phone is received

 
Try it
New Sign-Up Collected (Instant) from the WisePops API

Emit new event when a new sign-up is received

 
Try it
New Survey Collected (Instant) from the WisePops API

Emit new event when a new survey is received

 
Try it

Authentication

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.