FormTitan

Titan is a robust all-in-one platform for Salesforce and other CRMs that lets you build sophisticated products like portals, progressive and dynamic forms, document generation, scheduler, dashboard, and more, all completely code-free.

Go to site
Explore
/
Apps
/
FormTitan

FormTitan API Integrations

Build and run workflows using the FormTitan 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 FormTitan, you can build a variety of forms and surveys, including:

  • Contact forms
  • Order forms
  • Registration forms
  • Job application forms
  • Marketing surveys
  • Customer satisfaction surveys
  • Event registration forms

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: {
    formtitan: {
      type: "app",
      app: "formtitan",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.formtitan.$auth.account}.formtitan.com/api/v1/users`,
      headers: {
        "ftAPIKey": `${this.formtitan.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with FormTitan API

1
-
12
of
1000+
apps by most popular

Authentication

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

  • You can get your API Key on your FormTitan Dashboard under Settings > API.
  • You can get your subdomain account on the Account Settings page.