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!
Changes to Messaging
We've made some changes to the way we support messages through our API in v2. In particular:
Update Subscribers (PUT)
We just added the ability to update subscribers in our v2
API via PUT!
Update Subscribers (PATCH)
We just added the ability to update subscribers in our v2
API!
Message Webhooks
We added the ability to subscribe to messages sent to a shop! Combine this with our Send Message API endpoint and you can now have an entire conversation through our API!
New Docs Site!
You may have noticed a thing or two has changed about our Partner API Docs website. We made an upgrade to make it easier and friendlier for our partners.