Hello. Does any know if it’s possible to get data ...
# suitescript
f
Hello. Does any know if it’s possible to get data by a webhook? I was not able to do by suitelet or restlet (maybe for headers problems) Any idea? Thanks!
m
The problem is a suitelet available externally requires a browser
User-Agent
. The only way I've been able to do it is using a lamda function (e.g. Google Cloud Function) to proxy the webhook and change the header. I've posted the function here: https://stackoverflow.com/a/59024328/3230114
f
@michoel Thanks so much for your response !! I’ll try that option. Regards!