Flexie

Flexible CRM software solutions and automation tools

Go to site
Explore
/
Apps
/
Flexie

Flexie API Integrations

Build and run workflows using the Flexie 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 Flexie, you can easily create responsive, fluid layouts without having to worry about media queries or pixel measurements. You can also create complex animations and interactions using just a few lines of code.

Here are some examples of what you can build with Flexie:

  • A responsive website or web application
  • A fluid user interface that adapts to different screen sizes
  • Complex animations and interactions
  • A layout that rearranges itself based on user interactions
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: {
    flexie: {
      type: "app",
      app: "flexie",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.flexie.$auth.subdomain}.flexie.io/api/users/self`,
      params: {
        apikey: `${this.flexie.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

Your API URL is your subdomain + /api/ + your endpoint. Find your API key under your account (Top-Right menu under your name), then on the API Settings sub-section. See docs.