Formdesk is an online form builder that allows users to create and manage professional online forms with flexible features and integrations.
Tool to perform automatic login to Formdesk and retrieve an access token. Use when you need to authenticate with username and password.
Tool to submit a new entry to a Formdesk form. Use after collecting all form field values to send a new entry for a specific formId. Example: "Submit entry to form 12345 with first_name='Bob', email='bob@example.com'."
Tool to create a new field in a specific Formdesk form. Use after you have the formId and need to extend the form schema with an additional input.
Tool to add a new visitor to a specific Formdesk form. Use when you need to register a visitor's metadata (e.g., name, email) before submitting entries.
Tool to delete a specific entry from a Formdesk form. Use after confirming the target entry exists.
Tool to delete a specific field in a Formdesk form. Use after confirming formId and fieldId.