Postmark Actions ~ Send Template

There’s already some triggers for Postmark but it’d be great to have some actions too.

My dream is the Send Email via Postmark API, using a template, as per these docs:

It can obviously be done with the HTTP request and building the call but a built in action would make life that little bit more wonderful.

Hi @rjbathgate

I had the same issue so I made one.

It’s a simple action that accepts the Template ID, From, To, and other params:

You can install it as a community node package:

@getverdict/n8n-nodes-postmark-send-email-template

I’ve also made a package for sending plain emails:

@getverdict/n8n-nodes-postmark-send-email

Works like a charm for me!

would be great to have this in the cloud version as well….

@leonK-DMA - community nodes are available in the Cloud version too:

yes but unfortunately you can’t simply install a community node that you need. You can suggest to the n8n team community nodes that they verify and then make available to all cloud customer.

So this is nothing that quickly gives you the option to use a community node ^^

Ah ok, I didn’t understand that restriction.

That’s unfortunate. It’s the risk of unverified community nodes behaving maliciously, I get that.

But you’d also think the Cloud version has sandboxed environments, so as long as the operator acknowledges that risk, then it only affects their instance.