Cognito Forms
Actions
| Name | Description |
|---|---|
create_entryCreates a new entry. | Creates a new entry. |
update_entryUpdate an existing entry. | Update an existing entry. |
delete_entryDeletes a specified entry. | Deletes a specified entry. |
get_entryGets a specified entry. | Gets a specified entry. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_entryTriggers when a new form entry is submitted. | Triggers when a new form entry is submitted. |
entry_updatedTriggers when an existing form entry is updated. | Triggers when an existing form entry is updated. |
Quick Start
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.