Flow Actions for Quip
Update Summer ’19: Most of these actions are now available as an official part of Salesforce. You’ll only need to use this package if you want to read and write content to and from Quip spreadsheets (that hasn’t been added yet to the official functionality.)
Installation
Unmanaged Package |
2. Manually create a Named Credential that looks like this:
3.Log into the quip account you want to work with (you might want to create a new one to experiment and test with. Keep in mind that these actions write data and so you need to make sure you don’t mess up your existing information.) and then obtain a personal access token from here: https://quip.com/api/personal-token
4. Go to Custom Metadata in Setup, find the Quip Access Tokens type. Create a new record. make it look like this, but use your own personal access token
NOTE: If you get this error when installing:
. asb_listingvalidation.null()
line 207, column 23: Dependent class is invalid and needs recompilation:
Class asb_ListingDO : Dependent class is invalid and needs recompilation:
Class asb_StoreDO : Illegal assignment from List<Folder> to List<Folder>
null
…the recommended remedy is to uninstall Appexchange Store Builder package and then try again.
Also available:
- Sample Flows demonstrating these actions as shown in this video.