What is the suggested method for accessing CRM data from within serverless app?
I have a serverless app that updates an external system on certain Account Updates. All that setup is working well.
Now I want to add a processing function, pseudo-flow:
- onDealUpdate, if criteria is met
- Gather other deals on this account (of a particular type)
- Update an Account value
Should I just create request definitions to access the API with an API token? Freshsales | Refreshingly new CRM & Deal Management Software
Is there an “SDK way” to do this since I’m within the walls of Freshsales?
Thank you,
Clay
Is