Skip to content

hirefrank/plaid-txns-google-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Plaid Transactions to Google Sheets

Easily sync financial transactions using Plaid to Google Sheets. Heavily inspired by emmafass's script.

Getting Started

  1. Sign up for a developer account with Plaid.
  2. Create a new Google Sheet and open the Script editor. (Tools > Script editor)
  3. Copy the contents of Code.gs into the empty script.
  4. Create the script properties -- see below. (File > Project properties > Script properties)

Usage

See the run and batchRun functions. The run function is designed to be triggered daily.

Script Properties

Property name Value
access_token Required. Access token from Plaid
client_id Required. Client id from Plaid
secret Required. Secret key from Plaid
sheet Required. Name of the sheet (tab) in the Google Spreadsheet.
count Number of transactions to return (default: 500)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published