Hey!
I’m trying to send an array of customer data to an API webhook on a external service (e.g. Sendgrid/Zapier), using a POST request in a scripting block.
Using the basic fetch() function, CORS is preventing it to work.
Using a CORS proxy like http...