eavz
Cognito Forms

Cognito Forms

5 actions
2 triggers

Actions

Name
create_entry

Creates a new entry.

update_entry

Update an existing entry.

delete_entry

Deletes a specified entry.

get_entry

Gets a specified entry.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_entry

Triggers when a new form entry is submitted.

entry_updated

Triggers when an existing form entry is updated.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'cognito-forms',
  actionName: 'create_entry',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 actions programmatically.

What actions does Cognito Forms support?

Cognito Forms supports 5 actions including Create Entry, Update Entry, Delete Entry, Get Entry, Custom API Call.

Can I use Cognito Forms with AI agents?

Yes. Add Cognito Forms to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Cognito Forms use?

Cognito Forms uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Cognito Forms integration cost?

The Cognito Forms integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Cognito Forms support?

Cognito Forms supports 2 triggers including New Entry, Entry Updated.

Connect Cognito Forms in 2 minutes

Get 1,000 free actions every month. No credit card required.