Weavz
Cognito Forms

Cognito Forms

Build forms and automate form entries, files, generated documents, OData feeds, and JSON webhooks

14 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_forms

List forms accessible to the API token.

get_form_schema

Get a Cognito Forms form schema by form ID.

set_public_link_availability

Set public link availability for a form.

create_entry

Submit/create an entry for a form.

get_entry

Get one entry by form ID and entry ID.

update_entry

Patch/update one entry by form ID and entry ID.

delete_entry

Delete one entry by form ID and entry ID.

import_entries

Start a bulk import of entries for a form.

get_import_status

Get status for a Cognito Forms entry import.

upload_file

Upload a file for use in Cognito Forms entry payloads.

get_file

Download an uploaded file attached to an entry.

get_document

Download a generated document by form ID, entry ID, and template ID.

query_odata_view

Query a generated Cognito Forms OData entry-view URL with supported OData query parameters.

custom_api_call

Make a custom Cognito Forms REST API call.

Triggers

Name
entry_webhook_received

Receive Cognito Forms JSON webhooks for submitted, updated, or deleted entries.

odata_entry_changed

Poll a Cognito Forms OData entry view and emit entries that changed after the initial baseline.

Quick Start

TypeScript
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.