App
Fillout Forms
Create powerful forms, surveys and quizzes your audience will answer with Fillout Forms. Store responses directly where you need them.
What your agent can do with Fillout Forms
Triggers and actions 1 trigger · 5 actions
- TriggerNew Submission
Triggers when a form receives a new submission.
- ActionAdd Submission
Create a new submission on a form programmatically. POST /forms/{formId}/submissions.
- ActionDelete Submission
Delete a submission from a form by ID. DELETE /forms/{formId}/submissions/{submissionId}.
- ActionGet Submission
Retrieve a single submission by ID for a given form. GET /forms/{formId}/submissions/{submissionId}.
- ActionList Forms
Retrieve all forms in the account. GET /forms.
- ActionList Submissions
Retrieve all submissions for a given form, with filtering/pagination. GET /forms/{formId}/submissions.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Fillout Forms API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.