For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bidirectional Data Flow

Visualization & Data Touchpoints

Data Input

New or updated data such as online donations, recurring donation updates, donation reversals, or payment gateway payouts across all FundraisingBox channels automatically triggers a webhook to the FundraisingBox NPC Connector.

To avoid duplicates, a two-step duplicate check is integrated. Learn more about our duplicate management.

Donation Data Processing

The Connector processes incoming data and updates the corresponding Salesforce NPC objects in real time.

To enable seamless synchronization, the Connector maintains internal mappings and manages relationships and processing sequences between FundraisingBox and Salesforce objects. This ensures consistent, reliable, and accurate creation and updates of records across both systems.

Bidirectionality

For inbound data from Salesforce, the Connector leverages filtered Streaming API PushTopics to capture only relevant changes.

Manual updates made in Salesforce are automatically synchronized back to FundraisingBox, helping maintain data integrity and minimizing duplicate records.

This bidirectional synchronization ensures that downstream processes such as account adjustments, updates for recurring payment or even triggering automatic direct debit collection run smoothly and reliably.

Error Logs

In cases where data cannot be processed, error logs are generated to provide detailed information for efficient issue resolution. Depending on the nature of the issue, these logs are available either in the FundraisingBox Error Log within Salesforce or in the FundraisingBox Log Viewer.

Learn more about our error logs.

Last updated