Fillout forms
Overview
SLUG: FILLOUT_FORMS
Description
Fillout is a platform that allows users to create and manage forms, offering a REST API for programmatic access to form data.
Authentication Details
API Key
Connecting to Fillout forms
Create an auth config
Use the dashboard to create an auth config for the Fillout forms toolkit. This allows you to connect multiple Fillout forms accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Fillout forms Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the [Fillout forms toolkit’s playground](https://app.composio.dev/app/Fillout forms)
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
FILLOUT_FORMS_AUTHORIZE_O_AUTH
Tool Name: Authorize OAuth
Description
Action Parameters
Action Response
FILLOUT_FORMS_GET_FORMS
Tool Name: Get forms
Description
Action Parameters
Action Response
FILLOUT_FORMS_INVALIDATE_ACCESS_TOKEN
Tool Name: Invalidate Access Token
Description
Action Parameters
Action Response