{"library":"postmarkapi","type":"library","category":null,"description":"A full REST API wrapper for Postmark (email delivery service) version 0.0.7, targeting Node.js >=0.10.20. This library provides a simple callback-based interface for sending emails, managing bounces, and retrieving outbound/inbound messages via the Postmark API. It is not actively maintained; the last release is from 2014, and it uses deprecated `request` module under the hood. Modern alternatives include the official `postmark` npm package which supports promises, async/await, and better error handling.","language":"javascript","status":"abandoned","version":"0.0.7","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install postmarkapi","imports":["const PostmarkAPI = require('postmarkapi');","const pmk = new PostmarkAPI('server-token');","pmk.email({...}, callback);"]},{"cmd":"yarn add postmarkapi","imports":[]},{"cmd":"pnpm add postmarkapi","imports":[]}],"homepage":"https://github.com/MadisonReed/postmarkapi#readme","github":"git://github.com/MadisonReed/postmarkapi","docs":null,"changelog":null,"pypi":null,"npm":"postmarkapi","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}