Weavz
NationBuilder

NationBuilder

Advocacy, donor, membership, and community operations through NationBuilder API v2.

5 tools
1 trigger

Tools

Name
list_resource

List a supported NationBuilder API v2 resource with filters, sparse fields, sorting, and pagination.

get_resource

Get one NationBuilder API v2 resource by ID.

create_resource

Create a NationBuilder API v2 resource such as signup, donation, membership, event, or tag.

update_resource

Update a NationBuilder API v2 resource by ID.

delete_resource

Delete a NationBuilder API v2 resource by ID where the API permits deletion.

Triggers

Name
new_or_updated_resource

Poll a NationBuilder resource and emit newly seen IDs. Use filters/sort to target created or updated records.

Quick Start

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

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

const result = await weavz.actions.execute('nationbuilder', 'list_resource', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'nationbuilder',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect NationBuilder to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does NationBuilder support?

NationBuilder supports 5 tools including List Resource, Get Resource, Create Resource, Update Resource, Delete Resource.

Can I use NationBuilder with AI agents?

Yes. Add NationBuilder 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 NationBuilder be used in stateful agent workflows?

Yes. Agents can combine NationBuilder 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 NationBuilder use?

NationBuilder uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the NationBuilder integration cost?

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

What triggers does NationBuilder support?

NationBuilder supports 1 triggers including New Or Updated Resource.

Connect NationBuilder in minutes

Get 20,000 free action executions every month. No credit card required.