Greetings,
I have Quip fully integrated with Salesforce, and I am now trying to create a Process Builder that will create a Quip Folder if the Opp Stage is marked as "Won".
I created an action to create a folder from Field Refernce: [Opportunity].Account.Name
Using a Parent Folder: https://myquip.quip.com/XXXX (real URL hidden for security)
The error I am getting is: Error Occurred: Invalid access_token
Any ideas where I should be looking to fix this access token?
Thanks,
David
3 respuestas
Hi Dave Bauman,
If you are using any external website in your salesforce, then you need to invoke that site in remote site setting in your salesforce org.
For getting the information about how to set remote site setting, you can click on below link,
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_remote_site_settings.htm
I hope this will help you.
Thank-you
Piyush