Home / Companies / Postmark / Blog / October 2024

October 2024 Summaries

2 posts from Postmark

Filter
Month: Year:
Post Summaries Back to Blog
We are happy to introduce the official Postman Collection for Postmark! If you are not familiar with Postman it is a graphical interface tool that allows you to test and share API calls at the click of a button. Our Postman collection makes it easy to try out the Postmark APIs and see the results instantly without the need to write any code. The collection includes prepopulated API calls, variables, and authorization headers, allowing users to easily test multiple API calls together. Once installed, users can import the collection by clicking the Run in Postman button and update the Collection Variables with their API tokens. With the collection's guidance, users can start testing the Email endpoint and experiment with other fields available in the API call. The collection also includes a set of variables called Collection Variables that may be required for API calls to work. By following these steps, users can easily test Postmark APIs without writing any code.
Oct 29, 2024 511 words in the original blog post.
Postmark's inbound parsing service can parse emails into a structured JSON format, allowing developers to easily access and utilize the data contained within. This process removes complexity from manual email processing, making it easier to integrate with applications and databases. Inbound parsing can be applied to both structured and unstructured emails, providing a flexible solution for various use cases such as order confirmations, new replies to messages, form submissions, promotional emails, and more. To start using Postmark's inbound parsing service, developers must set up an inbound webhook, which involves configuring an inbound email address and URL that will receive the parsed JSON data. Once configured, developers can test the endpoint with example emails and use the parsed data in their applications or databases. Additional resources are available to help get started with inbound message processing using Postmark's service.
Oct 16, 2024 1,116 words in the original blog post.