Releases: ActiveCampaign/postmark-php
Add support for the Message Streams API
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
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
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 toSending API
functions.
Add support for Webhooks API
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
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
Merge pull request #57 from pgraham3/master Adds template alias support
Additional Endpoints
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
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.
Support for recent API enhancements.
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.
2.3.1 Add support for limiting bounces by date range.