The goal of postmarkr is to interact with the Postmark API, from R.
It is an independent, community-developed R package for the Postmark email service (not created by or affiliated with Postmark).
You can install the development version of postmarkr like so:
pak::pak("andreranza/postmarkr")
This is a basic example which shows you how to solve a common problem:
library(postmarkr)
outbound_messages_fetch(count = 20L)
- Get email delivery logs
- List email templates
- Track email delivery statistics