Detailed configuration options and settings for the WeGive Neon CRM integration
api.neoncrm.com
) or Staging (trial.neoncrm.com
)application/json
WeGive Field | Neon Field | Direction | Required |
---|---|---|---|
first_name | primaryContact.firstName | Bidirectional | Yes |
last_name | primaryContact.lastName | Bidirectional | Yes |
email_1 | primaryContact.email1 | Bidirectional | Yes |
email_2 | primaryContact.email2 | Bidirectional | No |
email_3 | primaryContact.email3 | Bidirectional | No |
email_notifications | consent.email | Bidirectional | No |
sms_notifications | consent.sms | Bidirectional | No |
WeGive Field | Neon Field | Direction | Required |
---|---|---|---|
amount | amount | Bidirectional | Yes |
created_at | date | Bidirectional | Yes |
donor_name | donorName | Bidirectional | Yes |
anonymous | anonymousType | Bidirectional | No |
fee_amount | donorCoveredFee | Bidirectional | No |
tribute_name | tribute.name | Bidirectional | No |
payout.paid_at | receivedDate | Export Only | No |
WeGive Field | Neon Field | Direction | Required |
---|---|---|---|
name | name | Bidirectional | Yes |
goal | goal | Bidirectional | No |
start_date | startDate | Bidirectional | No |
expiration | endDate | Bidirectional | No |
total_donated | statistics.donationAmount | Import Only | No |
number_of_donations | statistics.donationCount | Import Only | No |
WeGive Source Type | Neon Tender Type | Description |
---|---|---|
card | Credit Card Offline | Credit/debit card payments |
bank | Check | Bank transfers and ACH payments |
donor | Check | Donor-funded payment methods |
WeGive Card Type | Neon Card Code | Description |
---|---|---|
visa | V | Visa cards |
mastercard | M | MasterCard |
amex | A | American Express |
discover | D | Discover cards |
https://api.neoncrm.com/v2/
https://super.givelist.app/api/
https://trial.neoncrm.com/v2/
https://api.staging.givelist.app/api/
GET /neon-integrations/{id}
: Retrieve integration configurationPUT /neon-integrations/{id}
: Update integration settingsGET /neon-mapping-rules
: List field mapping rulesPOST /neon-mapping-rules
: Create new field mapping rulesPUT /neon-mapping-rules/{id}
: Update existing field mapping rulesDELETE /neon-mapping-rules/{id}
: Remove field mapping rules