Intuiface

Intuiface is a no-code platform dedicated to the delivery of rich interactive digital experiences that connect audiences to place.

Go to site
Explore
/
Apps
/
Intuiface

Intuiface API Integrations

Build and run workflows using the Intuiface 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 Intuiface API, you can build a variety of interactive applications, including:

  • Educational games
  • Information dashboards
  • Training simulations
  • Marketing experiences

And more!

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: {
    intuiface: {
      type: "app",
      app: "intuiface",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.intuiface.com/webtriggers/v1/availableExperiences`,
      headers: {
        "x-api-key": `${this.intuiface.$auth.api_key}`,
      },
    })
  },
})
List Available Experiences with Intuiface API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Intuiface
 
Try it
List Available Experiences with Intuiface API on New Submission from Typeform API
Typeform + Intuiface
 
Try it
List Available Experiences with Intuiface API on Custom Events from Zoom API
Zoom + Intuiface
 
Try it
List Available Experiences with Intuiface API on New Submission (Instant) from Jotform API
Jotform + Intuiface
 
Try it
List Available Experiences with Intuiface API on New Custom Webhook Events from Stripe API
Stripe + Intuiface
 
Try it
List Available Experiences with the Intuiface API

Get a list of available experiences that can receive a message. See the docs.

 
Try it
Send Message with the Intuiface API

Send messages to any connected Intuiface Player running an experience that embeds the Web Triggers Interface Asset. See the docs.

 
Try it

Authentication

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

To retrieve your Intuiface API key,
* Navigate to your https://my.intuiface.com and sign in
* Click on your account name in the upper right, navigating to the Profile page
* Select "Manage Keys"
* Click "Create new credential key" or select your api key