Neon CRM
Nonprofit CRM for accounts, donations, events, registrations, and webhook subscriptions.
Tools
| Name | Description |
|---|---|
search_accountsSearch donor/contact accounts using Neon CRM report-style search criteria. | Search donor/contact accounts using Neon CRM report-style search criteria. |
get_accountGet a Neon CRM account by ID. | Get a Neon CRM account by ID. |
create_accountCreate an individual or company account in Neon CRM. | Create an individual or company account in Neon CRM. |
update_accountUpdate a Neon CRM account by ID. | Update a Neon CRM account by ID. |
delete_accountDelete a Neon CRM account by ID. | Delete a Neon CRM account by ID. |
list_account_contactsList contacts for one Neon CRM account. | List contacts for one Neon CRM account. |
create_account_contactCreate a contact under a Neon CRM account. | Create a contact under a Neon CRM account. |
get_account_contactGet one contact under a Neon CRM account. | Get one contact under a Neon CRM account. |
update_account_contactUpdate a Neon CRM account contact. | Update a Neon CRM account contact. |
delete_account_contactDelete a Neon CRM account contact. | Delete a Neon CRM account contact. |
link_accountsLink Neon CRM accounts using the provider request body. | Link Neon CRM accounts using the provider request body. |
unlink_accountsUnlink Neon CRM accounts using the provider request body. | Unlink Neon CRM accounts using the provider request body. |
list_account_donationsList donations for one Neon CRM account. | List donations for one Neon CRM account. |
search_donationsSearch donations, pledges, and pledge payments using Neon CRM SearchRequest fields. | Search donations, pledges, and pledge payments using Neon CRM SearchRequest fields. |
get_donationGet a Neon CRM donation by ID. | Get a Neon CRM donation by ID. |
create_donationCreate a donation in Neon CRM. | Create a donation in Neon CRM. |
update_donationUpdate a Neon CRM donation. | Update a Neon CRM donation. |
delete_donationDelete a Neon CRM donation. | Delete a Neon CRM donation. |
add_donation_paymentAdd a payment to a Neon CRM donation. | Add a payment to a Neon CRM donation. |
list_campaignsList Neon CRM campaigns. | List Neon CRM campaigns. |
get_campaignGet a Neon CRM campaign. | Get a Neon CRM campaign. |
create_campaignCreate a Neon CRM campaign. | Create a Neon CRM campaign. |
update_campaignUpdate a Neon CRM campaign. | Update a Neon CRM campaign. |
delete_campaignDelete a Neon CRM campaign. | Delete a Neon CRM campaign. |
get_campaign_p2pGet peer-to-peer fundraising details for a Neon CRM campaign. | Get peer-to-peer fundraising details for a Neon CRM campaign. |
list_eventsList Neon CRM events with optional pagination. | List Neon CRM events with optional pagination. |
get_eventGet a Neon CRM event by ID. | Get a Neon CRM event by ID. |
create_eventCreate an event in Neon CRM. | Create an event in Neon CRM. |
update_eventUpdate a Neon CRM event. | Update a Neon CRM event. |
delete_eventDelete a Neon CRM event. | Delete a Neon CRM event. |
search_eventsSearch Neon CRM events using SearchRequest fields. | Search Neon CRM events using SearchRequest fields. |
list_event_attendeesList attendees for a Neon CRM event. | List attendees for a Neon CRM event. |
list_event_registrationsList registrations for a Neon CRM event. | List registrations for a Neon CRM event. |
list_event_ticketsList ticket options for a Neon CRM event. | List ticket options for a Neon CRM event. |
create_event_ticketCreate a ticket option for a Neon CRM event. | Create a ticket option for a Neon CRM event. |
get_event_ticketGet one Neon CRM event ticket option. | Get one Neon CRM event ticket option. |
update_event_ticketUpdate a Neon CRM event ticket option. | Update a Neon CRM event ticket option. |
delete_event_ticketDelete a Neon CRM event ticket option. | Delete a Neon CRM event ticket option. |
list_account_event_registrationsList event registrations for one Neon CRM account. | List event registrations for one Neon CRM account. |
create_event_registrationCreate a Neon CRM event registration. | Create a Neon CRM event registration. |
calculate_event_registrationCalculate a Neon CRM event registration total. | Calculate a Neon CRM event registration total. |
get_event_registrationGet a Neon CRM event registration. | Get a Neon CRM event registration. |
update_event_registrationUpdate a Neon CRM event registration. | Update a Neon CRM event registration. |
delete_event_registrationDelete a Neon CRM event registration. | Delete a Neon CRM event registration. |
add_event_registration_paymentAdd a payment to a Neon CRM event registration. | Add a payment to a Neon CRM event registration. |
list_webhooksList Neon CRM webhook subscriptions. | List Neon CRM webhook subscriptions. |
get_webhookGet a Neon CRM webhook subscription. | Get a Neon CRM webhook subscription. |
create_webhookCreate a Neon CRM webhook subscription. | Create a Neon CRM webhook subscription. |
update_webhookUpdate a Neon CRM webhook subscription. | Update a Neon CRM webhook subscription. |
delete_webhookDelete a Neon CRM webhook subscription. | Delete a Neon CRM webhook subscription. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive Neon CRM webhook payloads. The trigger can create a Neon CRM webhook subscription on enable. | Receive Neon CRM webhook payloads. The trigger can create a Neon CRM webhook subscription on enable. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('neoncrm', 'search_accounts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'neoncrm',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Neon CRM to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Neon CRM support?
Neon CRM supports 50 tools including Search Accounts, Get Account, Create Account, Update Account, Delete Account, and more.
Can I use Neon CRM with AI agents?
Yes. Add Neon CRM 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.
How do I connect Neon CRM to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Neon CRM as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Neon CRM tools exposed by that workspace.
Does Neon CRM work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Neon CRM work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Neon CRM?
Neon CRM exposes 50 tools, including Search Accounts, Get Account, Create Account, Update Account, Delete Account, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Neon CRM be used in stateful agent workflows?
Yes. Agents can combine Neon CRM 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 Neon CRM use?
Neon CRM uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Neon CRM integration cost?
The Neon CRM integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Neon CRM support?
Neon CRM supports 1 triggers including Webhook Event Received.
Connect Neon CRM in minutes
Get 20,000 free action executions every month. No credit card required.