I want to add a third-party integration to ERPNext. In this case it’s HelloSign. Basically I want to create a Client Script that will collect some data from a Dialog, then send that data to the Server Script (Method). The Server Script method will make a curl/REST API call to HelloSign.
I don’t know a lot of Python, but from what I can tell, there’s a Request library that makes doing this pretty straightforward.
Can I enable various libraries in my Server Scripts/Methods? If not, is there a way to make a call to a REST API without that library?