jaredg
65
Yes, the html body from the debugger output is the image on the left.
I inserted the debug output into the database, then copied it from the record to a code editor/viewer.
Yeah, sure, but let’s take one step back, can you share the HTML before it enters the plugin action?
jaredg
67
Sure… sending you a DM so I don’t muddy up the forum thread.
ryanck
68
Hello @vini_brito,
First, good job with the Postmark plugin man
.
I was wondering how to use a template from Postmark with your plugin?
Thanks a lot.
Hello Ryan! Templates are not implemented currently, but a new workflow action to do so can be created, if sponsoring this upgrade (or any other) would be interesting and fitting for your project, then just send me a private message about it 
And thank you for the kind words! 
1 Like
johnny
70
Hey all,
Has anyone experienced troubles with Postmark throwing an error when there are quotes within the JSON code?
How do I resolve that issue? I’m assuming using :find&replace then regex, but not too sure about what regex code to use, but I’m assuming the use of \ is probably needed to escape.
Anyone know of a way to hardcode this in to prevent this all together?
I don’t think you need regex, just find " then replace it for \" should be enough (:
1 Like
johnny
72
Thanks @vini_brito! Clearly I was overthinking it lol 
1 Like
Hi @vini_brito, while exploring adding transactional style emails into our app, I can help but notice the positive energy around Postmark and your Plugin. Would you (or anyone) be able to point me in the right direction of any getting started documentation or videos working with your Plugin to send pleasantly designed emails to users (Workflows: only when certain logic is true)?
Thanks so much and keep up the great work,
Jason
ryanck
74
Hello there,
I’ve been using the Postmark plugin from @vini_brito, and it works great but here comes the question, is it safe to use the API workflow on a list to send emails to the user, so we can send a kind of newsletters, new features information, etc. and so?
I’ve read in the forum that sometimes the API workflow on a list breaks and I don’t know if now this feature is more advance and does not affect the performance. We’re talking about 500 users or fewer.
Thanks a lot people
.
johnny
75
I think that should be good if you’re scheduling an API workflow on a list, but you might want to also consider recursive workflows.
ryanck
76
Thanks @johnny,
I´ve seen the recursive workflows thing but how do you do that actually? Looks complicated.
Would you have any example to take a look at one?
johnny
77
I do use them, you do have to do it in a little hacky way, but I have about 6,000 users so scheduling on a list doesn’t work for me.
1 Like
ryanck
78
Wow, 6000? That´s impressive. Congratulations man.
Could you point me into a direction of those little hacky ways a bit?
I know how to run API workflows on a list of things but no more.
johnny
79
I talked about it a little in this thread. There are some drawbacks I’ve noticed with it which is the scheduled workflow breaking up which is annoying.
ryanck
80
Mmm so it´s not quite the best option as you said in that post.
And do you know any software that integrates with Postmark for sending newsletters and that kind of things?
Thanks a lot.
johnny
81
For marketing emails, I’m not sure of any software that integrates with Postmark, but you can check out EmailOctopus @andrewgassen actually suggested it on one of my threads, but one of their products allows you to use AWS SES not Postmark.
1 Like
You can have different workflow actions in the same workflow, each action only running in a certain condition, so you’ll only have one action being used.
Then, in each action you can have a different email body.
To have it nicely designed, you can use any online email builder and paste that email inside the “HTML body” field.
P.S: I’ve seen the idea of using templates around, in this case, it doesn’t uses Postmark’s template tech. No need to, for some use cases like a newsletter or personalized news.
1 Like
Hi Vini,
I’ve installed your plugin in the app, however, I am a little stumped on where to use it or how to get started using it in the API. Is there a thread anyone could point me to?
Thanks
Just use the workflow action, there’s nothing else needed. Apart of entering your API key in the plugin tab.