Formsite
Formsite

Formsite helps users create online forms and surveys with drag-and-drop tools, secure data capture, and integrations to simplify workflows

Completely Secure
120206VIEWS
2932USERS

Tools

1 of 1

Get Form Details

This tool retrieves detailed information about a specific form in Formsite. It provides comprehensive details including the form's internal description, directory identifier, name, publishing information (embed code and form link), current state (e.g., "open"), and statistics (file size and number of results).

Get Form Items

This tool retrieves all items (questions) for a specific form using the GET https://{server}.formsite.com/api/v2/{user_dir}/forms/{form_dir}/items endpoint. It is an independent action that only requires the form directory (obtainable via FORMSITE_LIST_ALL_FORMS) to retrieve the structure and details such as item IDs, question types, text, answer choices, required status, and other properties.

Get Form Results

This tool retrieves the latest form results from a specified FormSite form. It uses the GET https://{server}.formsite.com/api/v2/results/latest endpoint to fetch results independently, handling required parameters such as form_id, limit, page, and sort direction without referring to external resource IDs.

Get Form Webhooks

This tool retrieves all webhooks configured for a specific form in FormSite. It uses the GET https://{server}.formsite.com/api/v2/{user_dir}/forms/{form_dir}/webhooks endpoint to fetch webhook configurations, including URL, status, settings, and triggers.

List All Forms

This tool retrieves a list of all forms in the user's Formsite account. It provides essential information such as Form ID, Form name, Form directory, Creation date, Last modified date, Status, Access level, and other metadata. It serves as a foundational tool for further operations.