Hi everyone, I sent a file from NetSuite to an ext...
# integrations
s
Hi everyone, I sent a file from NetSuite to an external CRM (IRIS) using a REST API. When I tested sending the file via Postman with a binary body, it worked flawlessly. However, when I used
file.getContent()
in NetSuite to convert the file to a blob and sent it through the API, the format turned out incorrect. I also tried converting it to an array buffer, but the issue persists. Does anyone have any insights on how to resolve this? Your help would be greatly appreciated.