Hi, how to send a POST request to a back-end suite...
# general
j
Hi, how to send a POST request to a back-end suitelet from a user event script?
n
Use the URL module resolveScript to get a URL to the suitelet, then use the HTTPS module post function to call it with the parameters you need.
👍 2
j
@Nicholas Klug thanks.