EveryAction
Bonterra EveryAction CRM and fundraising API for people matching, contributions, recurring commitments, events, and bulk imports.
Tools
| Name | Description |
|---|---|
introspect_api_keyReturn the EveryAction API key context available to the connection. | Return the EveryAction API key context available to the connection. |
find_personFind a person using an EveryAction match candidate. | Find a person using an EveryAction match candidate. |
create_contribution_paymentRecord and process a contribution payment. | Record and process a contribution payment. |
create_recurring_commitmentCreate a recurring commitment and process or initiate the first contribution. | Create a recurring commitment and process or initiate the first contribution. |
recent_contributionsRetrieve recent EveryAction contributions for a VAN ID. | Retrieve recent EveryAction contributions for a VAN ID. |
recent_disbursementsRetrieve recent EveryAction disbursements for a VAN ID. | Retrieve recent EveryAction disbursements for a VAN ID. |
create_eventCreate an EveryAction event. | Create an EveryAction event. |
create_survey_questionCreate a survey question in the current context. | Create a survey question in the current context. |
create_bulk_import_jobStart a bulk import job for contacts, contributions, activist codes, or supported resources. | Start a bulk import job for contacts, contributions, activist codes, or supported resources. |
get_activist_codeRetrieve a specific activist code. | Retrieve a specific activist code. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('everyaction', 'introspect_api_key', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'everyaction',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect EveryAction 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 EveryAction support?
EveryAction supports 10 tools including Introspect API Key, Find Person, Create Contribution Payment, Create Recurring Commitment, Recent Contributions, and more.
Can I use EveryAction with AI agents?
Yes. Add EveryAction 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.
Can EveryAction be used in stateful agent workflows?
Yes. Agents can combine EveryAction 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 EveryAction use?
EveryAction uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the EveryAction integration cost?
The EveryAction integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect EveryAction in minutes
Get 20,000 free action executions every month. No credit card required.