Skip to content

plugin donorbox

github-actions[bot] edited this page Jun 26, 2026 · 3 revisions

Donorbox Plugin

Donation data sync from Donorbox with webhook support. Free, MIT licensed.

Install

nself plugin install donorbox

What It Does

Syncs donation and donor data from Donorbox into your Postgres database in real time via webhooks. Tracks campaigns, donors, one-time and recurring donations, and refunds. The free tier provides core sync functionality. See plugin-donorbox-pro for advanced reporting and CRM integrations.

Configuration

Env Var Default Description
DONORBOX_PORT 3074 Service port
DONORBOX_WEBHOOK_SECRET Donorbox webhook secret key
DONORBOX_API_KEY Donorbox API key for initial sync

Ports

Port Purpose
3074 Donorbox webhook receiver and API

Database Tables

7 tables added to your Postgres database:

  • np_donorbox_campaigns, donation campaigns
  • np_donorbox_donors, donor profiles
  • np_donorbox_donations, donation records
  • np_donorbox_recurring_plans, recurring donation plans
  • np_donorbox_refunds, refund records
  • np_donorbox_questions, custom campaign questions
  • np_donorbox_webhook_events, raw webhook event log

Nginx Routes

Route Target
/donorbox/webhook Donorbox webhook receiver

See also: plugin-donorbox-pro · Plugin-Overview · Home

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally