filloutforms.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
Databases
create
databases.create
Create a Zite database with tables and fields
Risk: write
tables full type
tables full type
tables full type
tables full type
delete
databases.delete
Permanently delete a Zite database
Risk: destructive
get
databases.get
List Zite databases for the organization
Risk: read
object[]
Output full type
Output full type
getById
databases.getById
Get a Zite database with tables, fields, and views
Risk: read
tables full type
tables full type
Fields
create
fields.create
Add a field to a Zite table
Risk: write
template full type
template full type
template full type
template full type
delete
fields.delete
Permanently delete a Zite field
Risk: destructive
update
fields.update
Update a Zite field name or template
Risk: write
template full type
template full type
template full type
template full type
Forms
getFormMetadata
forms.getFormMetadata
Get form metadata including questions and configuration
Risk: read
questions full type
questions full type
calculations full type
calculations full type
urlParameters full type
urlParameters full type
scheduling full type
scheduling full type
payments full type
payments full type
quiz full type
quiz full type
getForms
forms.getForms
List all Fillout forms
Risk: read
object[]
Output full type
Output full type
Oauth
authorize
oauth.authorize
Generate the Fillout OAuth authorization URL
Risk: read
Records
create
records.create
Create a Zite record
Risk: write
record full type
record full type
data full type
data full type
fields full type
fields full type
delete
records.delete
Permanently delete a Zite record
Risk: destructive
getById
records.getById
Get a Zite record by UUID
Risk: read
data full type
data full type
fields full type
fields full type
list
records.list
List Zite records with filter, sort, and pagination
Risk: read
filter full type
filter full type
sort full type
sort full type
records full type
records full type
update
records.update
Update fields on a Zite record
Risk: write
record full type
record full type
data full type
data full type
fields full type
fields full type
Submissions
create
submissions.create
Create new form submissions
Risk: write
submissions full type
submissions full type
submissions full type
submissions full type
delete
submissions.delete
Delete a form submission by ID
Risk: destructive
getById
submissions.getById
Get a single submission by ID
Risk: read
submission full type
submission full type
list
submissions.list
List form submissions with filtering and pagination
Risk: read
responses full type
responses full type
Tables
create
tables.create
Create a table in a Zite database
Risk: write
fields full type
fields full type
fields full type
fields full type
views full type
views full type
delete
tables.delete
Permanently delete a Zite table
Risk: destructive
update
tables.update
Update Zite table properties such as name
Risk: write
fields full type
fields full type
views full type
views full type
Token
invalidate
token.invalidate
Invalidate/revoke an OAuth access token
Risk: destructive
Webhooks
createDatabase
webhooks.createDatabase
Create a Zite database webhook
Risk: write
createForm
webhooks.createForm
Create a Fillout form submission webhook
Risk: write
deleteDatabase
webhooks.deleteDatabase
Delete a Zite database webhook
Risk: destructive
listDatabase
webhooks.listDatabase
List Zite database webhooks
Risk: read
webhooks full type
webhooks full type
removeForm
webhooks.removeForm
Remove a Fillout form webhook
Risk: destructive