Is there any idea to use a suitelet as web hook. ...
# general
n
Is there any idea to use a suitelet as web hook. But getting 405 method not allowed due to user agent
a
Would need more info to help out. But off the top of my head I know when working with NetSuite you need to set User Agent to Mozilla/5.0
n
Yes @Addison Regnier but i am not permitted to set any header in the web hook just i can submit the suitelet url.
m
When I had to do this in the past I used a lambda function to proxy the webhook and add the header
👍 1
n
Thanks @michoel for your valuable comment. Will work for it