Fomo

Fomo delivers social proof to create website conversion momentum. The Fomo app does this by enabling online experience that feels like a busy store. When a person converts -- whether buying a new jacket, signing up for a retreat, or anything else -- Fomo shows this activity off to other visitors to drive action.

Go to site

Fomo API Integrations

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

With the Fomo API, you can build a variety of applications that can help increase engagement and conversions on your website or online store. Examples of applications that can be built using the Fomo API include:

  • A social proof notifications app that can display recent customer activity on your site in real-time, such as recent purchases, sign-ups, or downloads.
  • An email capture form that can be triggered when a user shows interest in a product or service on your site.
  • A live chat widget that can be used to engage with visitors in real-time and answer any questions they may have.
  • A referral program that can incentivize users to spread the word about your products or services.
  • A live blog or news feed that can keep visitors up-to-date on the latest happenings on your site.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    fomo: {
      type: "app",
      app: "fomo",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.fomo.com/api/v1/applications/me`,
      headers: {
        "Content-Type": `application/json`,
        "Authorization": `Token ${this.fomo.$auth.api_token}`,
      },
    })
  },
})
Create Event with Fomo API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Fomo
 
Try it
Send Message (Advanced) with Discord Webhook API on New Event Received from Fomo API
Fomo + Discord Webhook
 
Try it
Create Event with Fomo API on New Submission from Typeform API
Typeform + Fomo
 
Try it
Create Event with Fomo API on Custom Events from Zoom API
Zoom + Fomo
 
Try it
Get Film with SWAPI - Star Wars API on New Event Received from Fomo API
Fomo + SWAPI - Star Wars
 
Try it
New Event Received from the Fomo API

Emit new event on each new site event received.

 
Try it
Create Event with the Fomo API

Creates an event. See docs here

 
Try it

Authentication

Fomo uses API keys for authentication. When you connect your Fomo account, Pipedream securely stores the keys so you can easily authenticate to Fomo APIs in both code and no-code steps.

To retrieve your Fomo API token,
* Navigate to your Fomo account and sign in
* Go to “Sites”
* Select a Site
* Go to “Settings” > “Auth Token”