How to make a SOAP API call from Google App Script to an External system to perform an action?
I am new to Google Apps Script.
Is it possible to make a SOAP API call to an external system from Google Apps Script to perform certain action within external system?Or is the SOAP call deprecated and we cannot use it?
Please can someone guide me how to do it in google app scripts? I am not sure how to handle API calls - one for authentication & other to perform an action? What is the best way to do this in google app script, if someone can direct me to a complete working example?