Getform

Easy form endpoints for your forms

Go to site
Explore
/
Apps
/
Getform

Getform API Integrations

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

Getform allows you to build powerful forms and surveys without code. You can use Getform to collect leads, orders, feedback, and more. Getform makes it easy to build forms and surveys that look great and work well.

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

  • A contact form for your website
  • A survey to collect customer feedback
  • An order form for your ecommerce store
  • A lead capture form for your sales team
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    getform: {
      type: "app",
      app: "getform",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.getform.io/v1/forms/[FORM_ID]?token=${this.getform.$auth.api_token}`,
    })
  },
})
Send Message (Advanced) with Discord Webhook API on New Submission Received from Getform API
Getform + Discord Webhook
 
Try it
Get Film with SWAPI - Star Wars API on New Submission Received from Getform API
Getform + SWAPI - Star Wars
 
Try it
Delete Record with Airtable API on New Submission Received from Getform API
Getform + Airtable
 
Try it
Send any HTTP Request with HTTP / Webhook API on New Submission Received from Getform API
Getform + HTTP / Webhook
 
Try it
Create Image with OpenAI API on New Submission Received from Getform API
Getform + OpenAI (ChatGPT)
 
Try it
New Submission Received from the Getform API

Emit new event on each new feedback received.

 
Try it

Authentication

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

You can find your form specific API token under your "Form Settings" page on your form dashboard. More in documentation.