Forms & SurveysIn development

Fillout Forms

Fillout is a platform that allows users to create and manage forms, offering a REST API for programmatic access to form data.

In development

Cataloged and scoped, not yet available to run in production.

22
actions

Actions

Operations this integration can perform.

22

Authorize OAuth

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.

Create Database

Tool to create a new Zite database instance with tables and fields. Use when you need to create a structured database in Fillout with custom tables and field definitions. Each database must have at least one table, and each table must have at least one field.

Create Database Webhook

Tool to create a webhook subscription for a Fillout database. The webhook will receive HTTP POST notifications when subscribed events occur (e.g., record.created, record.updated, record.deleted). Use when you need to set up real-time notifications for database changes. Maximum 100 webhooks per database.

Create field

Tool to add a new field to an existing table with specified type, name, and configuration. Use when you need to extend a database table with additional columns.

Create record

Tool to create a new record in a Fillout table with the provided field data. Use when you need to add a new entry to a specific table in your Fillout database. The record parameter should be a dictionary where keys are field names (or field IDs) from your table schema, and values are the data to store in those fields.

Create table

Tool to add a new table with custom schema to an existing database. Use when you need to create a structured table in a Fillout database with specific field definitions. Each table must have at least one field.

Delete database

Tool to permanently delete a database and all its data including tables, fields, views, and records. Use when you need to completely remove a database. Warning: This action cannot be undone.

Delete database webhook

Tool to remove a webhook subscription from a Fillout database. Use when you need to delete an existing webhook from a specific database.

Triggers

Events that start workflows from this integration.

1

New Form Submission

Triggered when a new form is submitted.

Related integrations

Don't see the exact action you need?

Tell us what you're trying to connect and we'll help you evaluate whether it fits the current catalog or needs prioritizing.