Custom Events API
Brand new release to let you know about, which is our much anticipated Custom Events API! Now you can send Postscript whatever events you want and merchants will be able to use them in our Flow Builder product. This unlocks a host of new capabilities for both partners and merchants.
New: Collected Email Webhook Events
You can now subscribe to shop.email_collected
webhook events! This gives you the ability to listen to every time someone's email is collected on Postscript via our popups.
Spaces are now allowed in custom properties!
You can now add properties to subscribers that include spaces in the key name! For example, you can now add a property like:
Added Email Support for all Subscriber Endpoints!
We've updated all of our subscriber endpoints now to accept the email
field!
Added email field to Subscriber Update endpoints
We've updated our PUT and PATCH Subscriber endpoints to now accept the email
field!
Added Docs for Our JavaScript SDK!
We now have documentation on how to use our JavaScript SDK! You can check out those docs here.
v2.0 API is out of beta!
We've taken our v2 API out of beta! It is now the latest stable version of our API and encourage all partners and shops to migrate their existing applications to v2 as soon as convenient.
Subscriber Lifecycle Webhook Events
We added the ability to now listen to a shop's subscriber lifecycle events. In addition to the existing shop.incoming_message
event, you can now also listen to:
Transactional Trigger Support
You can now set whether or not a trigger can be used by merchants for transactional messaging by passing true
or false
for transactional_allowed
in the v1 Trigger API Endpoints.
Webhook Endpoints
We just released endpoints to create, read, update, and delete webhook subscriptions!