Supported destinations
Google Sheets
Sync transactions to a spreadsheet.
YNAB
Sync transactions to a YNAB plan.
Webhook
Receive transactions via HTTP POST to your own endpoint.
Actual Budget
Sync transactions to a self-hosted Actual Budget instance via Docker.
Sure
Sync transactions to a self-hosted Sure instance via Docker.
Actual Budget and Sure run as separate Docker tools rather than dashboard destinations.
Destinations list
Each destination card shows:- Destination type icon (Google Sheets, YNAB, or Webhook)
- Name: the spreadsheet, plan name, or webhook hostname
- Subtitle: the specific sheet or account within (webhook shows the endpoint URL)
- Open button: link to open the destination directly in its app
Adding a destination
Authenticate or configure
For most destinations, sign in with your account for the chosen service. Redbark Sync will request permission to read and write data. For Webhook, enter your HTTPS endpoint URL instead.
Data fields by sync type
Transaction fields
All destinations receive the same set of transaction fields, formatted appropriately for each platform:| Field | Description |
|---|---|
| Transaction ID | Unique identifier used for deduplication |
| Date | Transaction date |
| Description | Transaction description |
| Amount | Transaction amount |
| Direction | Credit or debit |
| Category | Transaction category (if available) |
| Merchant | Merchant name (if available) |
| Account | Bank account name |
| Status | Posted (only settled transactions are synced) |
| Class | Payment, transfer, fee, interest, or other |
| Post Date | Date the transaction was posted |