I’m using API Connector with Postmark, and I have things that sometimes work, and sometimes don’t. Some will work on the Dev side, but won’t work on the Live side. Because of the fact it feels like it’s a guess to see what will work I have different workflows set up differently trying to get them all to work.
I was hoping you could help me understand this so I can get everything set up consistently and hopefully all working.
@exception-rambler helped me get my newsletter working(thank you) using “:formatted as JSON-safe”, but I’m trying to use that on these other issues and it’s not working.
I keep getting this error:
Workflow error - The service Postmark - notifications - Event Notification just returned an error (HTTP 422). Please consult their documentation to ensure your call is setup properly. Raw error: {"ErrorCode":402,"Message":"Received invalid JSON input."}
On Bubble’s documentation is says
“Consider instead using Find & Replace ( \ → \) to escape line breaks if you wish to pass the value of a pre-formatted multi-line input as the key value in an API call.”
@johnny seems to help out with a lot of these issues, and sometimes he mentions a find and replace where you find " and replace with nothing, and other times he suggests closing them out with find " and replace with \"
.
I just need this all to work consistently, and I’ve yet to find 1 way to use for all the different emails my app has to get it working consistently for all things.
If you could help me make sense of all that I’m reading on my research I would greatly appreciate it. I’m over all the issues with email/Postmark, and can’t figure out why they can’t make this more user friendly. Bubble sells themselves on this no-code platform, but then you come in only to find out you can’t do anything with email unless you have a masters in coding and html.
Thank you.