Cognito Forms
Build forms and automate form entries, files, generated documents, OData feeds, and JSON webhooks
Tools
| Name | Description |
|---|---|
list_formsList forms accessible to the API token. | List forms accessible to the API token. |
get_form_schemaGet a Cognito Forms form schema by form ID. | Get a Cognito Forms form schema by form ID. |
set_public_link_availabilitySet public link availability for a form. | Set public link availability for a form. |
create_entrySubmit/create an entry for a form. | Submit/create an entry for a form. |
get_entryGet one entry by form ID and entry ID. | Get one entry by form ID and entry ID. |
update_entryPatch/update one entry by form ID and entry ID. | Patch/update one entry by form ID and entry ID. |
delete_entryDelete one entry by form ID and entry ID. | Delete one entry by form ID and entry ID. |
import_entriesStart a bulk import of entries for a form. | Start a bulk import of entries for a form. |
get_import_statusGet status for a Cognito Forms entry import. | Get status for a Cognito Forms entry import. |
upload_fileUpload a file for use in Cognito Forms entry payloads. | Upload a file for use in Cognito Forms entry payloads. |
get_fileDownload an uploaded file attached to an entry. | Download an uploaded file attached to an entry. |
get_documentDownload a generated document by form ID, entry ID, and template ID. | Download a generated document by form ID, entry ID, and template ID. |
query_odata_viewQuery a generated Cognito Forms OData entry-view URL with supported OData query parameters. | Query a generated Cognito Forms OData entry-view URL with supported OData query parameters. |
custom_api_callMake a custom Cognito Forms REST API call. | Make a custom Cognito Forms REST API call. |
Triggers
| Name | Description |
|---|---|
entry_webhook_receivedReceive Cognito Forms JSON webhooks for submitted, updated, or deleted entries. | Receive Cognito Forms JSON webhooks for submitted, updated, or deleted entries. |
odata_entry_changedPoll a Cognito Forms OData entry view and emit entries that changed after the initial baseline. | Poll a Cognito Forms OData entry view and emit entries that changed after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('cognito-forms', 'list_forms', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'cognito-forms',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Cognito Forms to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Cognito Forms support?
Cognito Forms supports 14 tools including List Forms, Get Form Schema, Set Public Link Availability, Create Entry, Get Entry, and more.
Can I use Cognito Forms with AI agents?
Yes. Add Cognito Forms to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Cognito Forms to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Cognito Forms as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Cognito Forms tools exposed by that workspace.
Does Cognito Forms work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Cognito Forms work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Cognito Forms?
Cognito Forms exposes 14 tools, including List Forms, Get Form Schema, Set Public Link Availability, Create Entry, Get Entry, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Cognito Forms be used in stateful agent workflows?
Yes. Agents can combine Cognito Forms tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Cognito Forms use?
Cognito Forms uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Cognito Forms integration cost?
The Cognito Forms integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Cognito Forms support?
Cognito Forms supports 2 triggers including Entry Webhook Received, OData Entry Changed.
Connect Cognito Forms in minutes
Get 20,000 free action executions every month. No credit card required.