Intuiface is a no-code platform dedicated to the delivery of rich interactive digital experiences that connect audiences to place.
Go to siteWith the Intuiface API, you can build a variety of interactive applications, including:
And more!
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}`,
},
})
},
})
Get a list of available experiences that can receive a message. See the docs.
Send messages to any connected Intuiface Player running an experience that embeds the Web Triggers Interface Asset. See the docs.
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