Poper

Boost your website's user engagement through smart, AI-driven popups.

Integrate the Poper API with the Formatting API

Setup the Poper API trigger to run a workflow which integrates with the Formatting API. Pipedream's integration platform allows you to integrate Poper and Formatting remarkably fast. Free for developers.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
[Data] Convert JSON to String with Formatting API on New Lead from Poper Popup from Poper API
Poper + Formatting
 
Try it
[Data] Parse JSON with Formatting API on New Lead from Poper Popup from Poper API
Poper + Formatting
 
Try it
[Date/Time] Add/Subtract Time with Formatting API on New Lead from Poper Popup from Poper API
Poper + Formatting
 
Try it
[Date/Time] Compare Dates with Formatting API on New Lead from Poper Popup from Poper API
Poper + Formatting
 
Try it
[Date/Time] Format with Formatting API on New Lead from Poper Popup from Poper API
Poper + Formatting
 
Try it
New Lead from Poper Popup from the Poper API

Emit new event when a new lead is obtained from Poper popups.

 
Try it
[Data] Convert JSON to String with the Formatting API

Convert an object to a JSON format string

 
Try it
[Data] Parse JSON with the Formatting API

Parse a JSON string

 
Try it
[Date/Time] Add/Subtract Time with the Formatting API

Add or subtract time from a given input

 
Try it
[Date/Time] Compare Dates with the Formatting API

Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.

 
Try it
[Date/Time] Format with the Formatting API

Format a date string to another date string. For more examples on formatting, see the Sugar Date Format documentation.

 
Try it

Connect Poper

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    poper: {
      type: "app",
      app: "poper",
    }
  },
  async run({steps, $}) {
    const data = {
      "api_key": `${this.poper.$auth.api_key}`,
    }
    return await axios($, {
      method: "post",
      url: `https://api.poper.ai/general/v1/ping`,
      headers: {
        "Content-Type": `application/x-www-form-urlencoded`,
      },
      data,
    })
  },
})

Connect Formatting

1
2
3
4
5
6
export default defineComponent({
  async run({ steps, $ }) {
    const text = ' Hello world! ';
    return text.trim()
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo