eavz
NeonCRM

NeonCRM

Nonprofit CRM for donor management, fundraising, events, and membership

6 actions
2 triggers

Actions

Name
get_account

Get an account by ID from NeonCRM

create_account

Create a new account in NeonCRM

get_donation

Get a donation by ID from NeonCRM

create_donation

Record a new donation in NeonCRM

get_events

List events from NeonCRM

custom_api_call

Make a custom API call to the NeonCRM API

Triggers

Name
donation_created

Triggers when a new donation is recorded in NeonCRM

account_updated

Triggers when an account is updated in NeonCRM

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect NeonCRM 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 NeonCRM support?

NeonCRM supports 6 actions including Get Account, Create Account, Get Donation, Create Donation, Get Events, and more.

Can I use NeonCRM with AI agents?

Yes. Add NeonCRM 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 NeonCRM use?

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

How much does the NeonCRM integration cost?

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

What triggers does NeonCRM support?

NeonCRM supports 2 triggers including Donation Created, Account Updated.

Connect NeonCRM in 2 minutes

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