Richer Postmark emails plugin ✉ [Update of 16 march 2021]

Only now I’m creating a dedicated thread for this plugin :yum:

I’ve released the batch workflow action, it allows you to send an email to up to 500 recipients with a single workflow action :blush:

Pass a list of texts that are email addresses and you’re green! :smile:
Just make sure you send through the broadcast message stream if you’re, well, broadcasting instead of sending transactional emails.

But there’s more! I also implemented an email body variable mechanism so you can send customized emails for each recipient with this batch action!

Here’s the blocky explanation of it and after it a couple screenshots:

This works with both HTML and Plain text email bodies.

Example, say you want to use the customer’s name, so you can write the email like this, without quotes:

“Hello dear {{var1}}, responding to your office hours request, I’ll call you at your phone {{var2}}, thanks!”

Then in the Var 1 field you pass a list of names (list of texts) so each email will replace that {{var1}} with the respective item in the text list, in other words, the first email will pick the first name of the list. Of course var2 works the same way, in this example it would be a list of texts containing phone numbers, something like “54984”.

Take a look at another example and its result:

At one of my personal emails:

image

At another email of mine:

image

Keep feedback and bug reports coming and happy bubbling!
:partying_face: :email:

12 Likes

Nice one @vini_brito

Loads of us were waiting for it.

Thanks a lot for taking the time to develop this feature.

Now the question (I guess you expected that coming, hehe): how do you send to more than 500?

2 Likes

Hey there @ryanck,

It’s actually a limitation within Postmark itself only allowing a max of 500 emails to be sent in 1:

So you could do something like this on your first action:

image

then on your second action
image

and so on…

5 Likes

Cool @johnny

Thanks a lot!

1 Like

Hey @vini_brito,

Can you apply a template to the email? I don´t see where to add the template ID.

Nope, no template yet. Maybe in the future we can do so.
To have pretty emails you can use the html body (:

1 Like

@vini_brito , you rock !

1 Like

Hi @vini_brito, awesome work on the plugin.

I have one question: is there any way to capture the api response from Postmark – I’d like to be able to store and reference the MessageID for inbound parsing. Thanks for any advice!

1 Like

hey vini_brito,

The plug-in looks awesome. Where can I find instructions on how to set it up? Do I just generate Server API Keys and paste them and then I am good to go? Where do I get the API Key for the dev. version?

Any pointers to a tutorial would be great. Thanks again for all you do for the community

Yes!

It’s the same key, just paste it there too.

Use the “Send email” workflow action, all instructions are inside it. :blush:

Excellent plugin @vini_brito
Once again thank your for your contribution to bubble community with your plugins.

I have one question, I save the url of the file in my database and I want to send it by email, but I could not. Could you give a clue to send file attachements?
Thanks a lot,

1 Like

Hey there @edwinbolanosb,

I actually saw this question and was a bit puzzled because I’ve never sent an attachment though Postmark myself. However, I did see this blog post: Send Email with Attachments using Postmark API

I’d give it a try, and see if that works

Hi Edwin! Try passing a list of files in one of the last fields of the “Send email” workflow action :slight_smile:

1 Like

This is what I got when trying to attach a file. Not sure why it isn’t working?

Screenshot_459

Ahh, got it to work for anyone running into the same problem

Screenshot_460

If the file attachment is empty, can you make it send the email without the file attachment? Instead of getting an error message

Hello @vini_brito,

I´m trying but finding myself in an impossible way of using the Rich text input to send its value via email. I´m having issues with line breaks, lists and links.

Do you have any recommendation on how to use the plugin in conjunction with rich text?

Thanks a lot.

I’d have to spend some time debugging it so I backlogged it for when the opportunity arises, but meanwhile use the HTML email body, any simple HTML editor out there will give you the
tags and what else you need.

I remember seeing this issue before but never backlogged it, well, now it is tracked.

1 Like

Hello @vini_brito

Thanks but what I want is to output what the user types in the rich text editor Plug-in to the HTML email body in postmark. So far I’ve done the find & replace to replace bbcode but I don’t know how to format the links from bbcode to html.

Thanks a lot.

Yeah that crossed my mind later on after I replied. Well, try finding a BBCode to HTML converter, because I don’t know when I will have the opportunity to look into this one. May be next week, may be next year :yum:
Depends on me having to work on something involved with the plugin.

2 Likes