Add support for sending batches of templated messages
- This release adds support for sending batches of templated messages. For more information, check our wiki documentation on Sending Using a Template.
- Breaking Change: Update
PostmarkInboundMessage.Attachment.ContentLength
type fromstring
tolong
to correctly represent our inbound webhook data. Thanks to @nis-spiir for submitting a PR.