Actions
| Name | Description |
|---|---|
get_accountGet an account by ID from NeonCRM | Get an account by ID from NeonCRM |
create_accountCreate a new account in NeonCRM | Create a new account in NeonCRM |
get_donationGet a donation by ID from NeonCRM | Get a donation by ID from NeonCRM |
create_donationRecord a new donation in NeonCRM | Record a new donation in NeonCRM |
get_eventsList events from NeonCRM | List events from NeonCRM |
custom_api_callMake a custom API call to the NeonCRM API | Make a custom API call to the NeonCRM API |
Triggers
| Name | Description |
|---|---|
donation_createdTriggers when a new donation is recorded in NeonCRM | Triggers when a new donation is recorded in NeonCRM |
account_updatedTriggers when an account is updated in NeonCRM | Triggers when an account is updated in NeonCRM |
Quick Start
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.