Putting webhooks to work
Wouldn’t it be great to live in a world where instead of having to go out and grab the data you need using an API, you could have that data sent to you? Instead of polling the Postmark API, does receiving real-time notifications that are pushed to you sound like a dream? Postmark has this functionality now, in the form of webhooks. What a time to be alive!
Postmark provides webhooks for bounces, inbound messages, and open tracking events in the form of HTTP POSTs in well formatted JSON to the URL(s) you specify. Using these webhooks you can receive notifications and data as the triggering events occur, without having to make any calls to our API.
Continue reading • Patrick Graham wrote in Product news