Integration / Productivity & Project Management
Formdesk integration
Formdesk is an online form builder that allows users to create and manage professional online forms with flexible features and integrations.
About Formdesk
Formdesk is an online form builder for creating and managing professional forms. It's perfect for collecting data, automating workflows, and integrating form submissions with your favorite services.
All integrations- Category
- Productivity & Project Management
- Connection
- API key
- Type
- Tool
- Actions
- 20
- Tags
- library
Example prompts
What you can ask Growf to do with Formdesk
- “Add a new field to my registration form”
- “Submit a new entry to feedback form 12345”
- “Delete the email field from survey form 67890”
- “Get details of entry ID 555 in form 4321”
Available actions
20 actions your agents can run in Formdesk
Validate Formdesk Authentication
Validates the Formdesk API bearer token and returns authentication details. This action confirms that your connected Formdesk account credentials are valid by making a test API call to the /forms endpoint. It returns the bearer token information that can be used for subsequent authenticated request…
Create Formdesk Entry
Submit a new entry (result) to a Formdesk form. This action creates a new form submission with the provided field values. Before using this action: 1. Use FORMDESK_GET_FORM_LIST to find the form ID 2. Use FORMDESK_GET_FORM_FIELDS to understand which fields the form expects 3. Prepare field values t…
Create Field
Creates a new field in a Formdesk form. Use this action to add fields like text inputs, email fields, textareas, checkboxes, date pickers, etc. to an existing form. You must have the form ID from FORMDESK_GET_FORM_LIST or FORMDESK_GET_FORM_DETAILS before creating fields. The field definition should…
Create Visitor
Tool to add a new visitor to a specific Formdesk form. Use when you need to register a visitor's metadata before submitting entries.
Delete Formdesk Entry
Deletes a specific entry (form submission/result) from a Formdesk form. This action is idempotent - it will succeed even if the entry doesn't exist (404), making it safe to call multiple times. Use this when you need to remove a form submission permanently. The entry can be obtained from GET_FORM_E…
Delete Field in Formdesk
Tool to delete a specific field in a Formdesk form. Use after confirming formId and fieldId.
Delete Form in Formdesk
Delete a specific form from Formdesk. This action permanently removes a form from the Formdesk account. Use with caution as this operation is destructive and cannot be undone. If the form ID does not exist, the action returns success=False with an appropriate message rather than raising an error. R…
Delete Visitor in Formdesk
Deletes a specific visitor from a Formdesk form. This action is idempotent - it will succeed even if the visitor doesn't exist (404), making it safe to call multiple times. Use this to remove a visitor from a form's visitor list. Obtain valid form_id from GET_FORM_LIST and visitor_id from GET_FORM_…
Get Field Details
Retrieves comprehensive details about a specific field in a Formdesk form. Returns structured information including field ID, name, type (e.g., text, email, number), label, validation rules, and whether the field is required. Use this after obtaining formId from Get Form List and fieldId from Get F…
Get Form Details
Retrieves comprehensive details about a specific Formdesk form by its ID. Returns form metadata including name, description, active status, timestamps, public URL, and configuration settings. Use this when you need to inspect form properties or verify form existence before performing other operatio…
Get Form Fields
Tool to retrieve all fields of a specific form. Use after obtaining the formId to inspect its field definitions.
Get Form List
Retrieve a list of all forms in the Formdesk account. This action returns basic information about each form including its ID and name. Use the form ID with other actions (like Get Form Details, Get Form Fields, Get Form Entries) to access more detailed information about a specific form. No paramete…
Put Formdesk to work inside Growf.
Connect it once and every workspace, agent and workflow can use it — securely, with your team in the loop.