@akash.pagare
Good Day! Welcome to the community,
you can use SMI to call the method on the serverless app from the Frontend,
Please find this document for more reference
Thanks @Santhosh for your suggestions. I will try this.
I have checked reference documentation link and I have two queries with regards to app.js implementation.
They have created options object in which it contains url key.
var options = { "url": "https://api.github.com/users/sample" };
Is it our domain url or some this else.
How our serverless method would be call? Could you please provide any short implementation reference. How to invoke serverless method in app.js.
@Santhosh I want create a custom object in freshservice and want to sync the object salesforce. I can pull the data from salesforce initially, but what if when changes made on salesforce. The changes on salesforce end should also be updated in freshservice custom object. Would it be possible?