
You Need A Budget (YNAB)
 
Replicates the budgets, accounts, categories, payees, transactions, and category groups from the You Need A Budget (YNAB) API. Requires personal access token from https://api.ynab.com/#personal-access-tokens
Configuration
| Input | Type | Description | Default Value | 
|---|
api_key | string | API Key. |  | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|
| Budgets | id | No pagination | ✅ | ❌ | 
| Accounts | id | No pagination | ✅ | ❌ | 
| Categories |  | No pagination | ✅ | ❌ | 
| Payees |  | No pagination | ✅ | ❌ | 
| Transactions | id | No pagination | ✅ | ❌ | 
| Category Groups |  | No pagination | ✅ | ❌ | 
Changelog
Expand to review
| Version | Date | Subject | 
|---|
| 0.0.1 | 2024-09-25 | Initial release by @bnmry via Connector Builder |