> For the complete documentation index, see [llms.txt](https://solutions.fundraisingbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solutions.fundraisingbox.com/platform-solutions-integrations/salesforce-nonprofit-cloud-npc/bidirectional-data-flow.md).

# Bidirectional Data Flow

<figure><img src="/files/LTm71JP7ywWKL12afqzm" alt=""><figcaption></figcaption></figure>

### **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.](/knowledge-base/duplicate-management.md)

### **Donation Data Processing**

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

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.&#x20;

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

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.&#x20;

[Learn more about our error logs.](/knowledge-base/error-log-and-log-viewer.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://solutions.fundraisingbox.com/platform-solutions-integrations/salesforce-nonprofit-cloud-npc/bidirectional-data-flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
