Fillout Forms

Learn how to use Fillout Forms with Composio

Overview

Enum

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
stringRequired

Actions

Tool to initiate the oauth authorization process for third-party applications. use when you need to generate the url to redirect your users to the fillout consent page.

Action Parameters

client_id
stringRequired
redirect_uri
Required
state
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all forms in your account. use when you need to list your forms after authenticating with fillout.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to revoke an existing oauth access token. use when the user logs out or you need to programmatically invalidate a token after deauthorization. example: "invalidate token abcdefg123456". this endpoint does not return a json body. successful calls return http 200 or 204.

Action Parameters

token
stringRequired

Action Response

data
object
error
string
successful
boolean