NationBuilder
Advocacy, donor, membership, and community operations through NationBuilder API v2.
Tools
| Name | Description |
|---|---|
list_resourceList a supported NationBuilder API v2 resource with filters, sparse fields, sorting, and pagination. | List a supported NationBuilder API v2 resource with filters, sparse fields, sorting, and pagination. |
get_resourceGet one NationBuilder API v2 resource by ID. | Get one NationBuilder API v2 resource by ID. |
create_resourceCreate a NationBuilder API v2 resource such as signup, donation, membership, event, or tag. | Create a NationBuilder API v2 resource such as signup, donation, membership, event, or tag. |
update_resourceUpdate a NationBuilder API v2 resource by ID. | Update a NationBuilder API v2 resource by ID. |
delete_resourceDelete a NationBuilder API v2 resource by ID where the API permits deletion. | Delete a NationBuilder API v2 resource by ID where the API permits deletion. |
Triggers
| Name | Description |
|---|---|
new_or_updated_resourcePoll a NationBuilder resource and emit newly seen IDs. Use filters/sort to target created or updated records. | Poll a NationBuilder resource and emit newly seen IDs. Use filters/sort to target created or updated records. |
Quick Start
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.