Hey all, I set up the Postmark Broadcasts Email API call through the API connector. The set up works fine when I initialize it. But when I try in the app through a workflow, I get a 402 error which means JSON error. I copied the JSON passed to the Action that calls the API (as shown in the logs) into the API connector to confirm that what I was passing is valid - and it ran fine. The JSON is perfectly formatted.
Any ideas what it could be? Is possible adding some extra character in production that is breaking it?
As mentioned, I have copied the JSON passed through this back into the API Connector and reinitialized with no issue. This has to mean that Bubble is adding something errant in the live call but I have no way to see what.