Skip to content

Releases: ActiveCampaign/postmark-php

Add support for the Message Streams API

08 Jun 08:51
dd738b4
Compare
Choose a tag to compare

This release adds support for the Postmark Message Streams API.

Changes:

  • Add new functions for listing, fetching, creating, editing, archiving and unarchiving message streams.

Check out our wiki documentation on Working with Message Streams for more information.

Add support for Suppressions API

09 Apr 10:12
3e2ed1d
Compare
Choose a tag to compare

This release adds support for the Postmark Suppressions API. For more information, please check out our wiki documentation on managing Suppressions.

Changes:

  • Add functions for listing, creating and reactivating Suppressions.
  • Use JSON_BIGINT_AS_STRING json_decode option to handle integer overflows.

Allow setting the MessageStream in the Sending API

24 Mar 11:37
9ec6c1b
Compare
Choose a tag to compare

This is a minor release that adds support for setting the Message Stream you wish to use when sending messages via the Sending API functions.

  • Adds messageStream property to Sending API functions.

Add support for Webhooks API

09 Jan 10:37
eb205b9
Compare
Choose a tag to compare

This release adds support for the Postmark Webhooks API.

Check out our wiki for examples on how to set up webhooks in Postmark.

Additionally, this release removes the discontinued Tags Triggers API-related functions.

Please feel free to contact us if you have any questions!

Add support for Layout Templates

22 Aug 07:08
0658127
Compare
Choose a tag to compare

This release adds support for our recently released feature: Layout Templates.

  • createTemplate new parameters: $templateType, $layoutTemplate
  • editTemplate new parameters: $layoutTemplate
  • listTemplates new parameters: $templateType, $layoutTemplate
  • validateTemplate new parameters: $templateType, $layoutTemplate

More information about this feature can be found in our blog post and in our Templates API Docs.

Include TemplateAlias support

07 Aug 12:32
f11540d
Compare
Choose a tag to compare
Merge pull request #57 from pgraham3/master

Adds template alias support

Additional Endpoints

24 Jul 23:34
Compare
Choose a tag to compare

This release includes support for our new metadata feature. You may now include metadata with your outbound messages, and Postmark will include that data in webhook payloads, message details, and message searches. See the full release announcement here.

This release also enables you to specify the BaseURL for each API request, making testing with Guzzle a lot easier.

Finally, you can now enable, or disable SMTP API Error Webhooks for Servers using the Admin Client.

As always, we hope this release helps you get even more value from Postmark, and please feel free to contact us if you have any questions or requests!

Allow content-id to be specified when adding attachments

13 Dec 15:01
Compare
Choose a tag to compare

This release allows specifying the Content-ID on attachments. In order to achieve maximum email client compatibility, the Content-ID should be specified when you wish to show inline images in HTML content.

See our wiki for more details.

Support for recent API enhancements.

30 Oct 13:13
Compare
Choose a tag to compare

This release adds the ability to set click hook and delivery hook urls on servers. Additionally, two new click summary endpoints have been added.

Allow bounces to be filtered by date range.

16 Feb 17:55
Compare
Choose a tag to compare
2.3.1

Add support for limiting bounces by date range.