A small script to automatically pull transactions from your bank via Plaid and import them into YNAB
- A personal access token
- Your Budget ID
- Your Account ID
- A client ID and client secret
- An access token which you can get via their sample app
- The list of account IDs that you want to access
Currently, the script only supports one YNAB account and one YNAB budget, but could probably be extended easily enough
If you're using a paid Slack plan, you can optionally send notifications when the script is run via Workflow Builder webhooks by specifying a SLACK_WEBHOOK_URL
environment variable.
There is a .workflow
file in the root directory which you can import directly into Workflow Builder to get started.