Light Dark

hot.dev/postmark — postmark API bindings for Hot.

Version: 1.0.3

Author: Hot Dev

License: Apache-2.0

Add to your project

"hot.dev/postmark": "1.0.3"

Add this to your deps in hot.hot

Namespaces

::postmark

NamespaceFunctionsTypesDescription
::activate14Reactivate an email address that was deactivated due to a bounce, allowing future sends to that address.
::api11Internal HTTP request utilities for Postmark API.
::bounces13Retrieve the raw SMTP dump for a specific bounce, useful for diagnosing delivery issues.
::bypass13Bypass inbound rules for a blocked message, allowing it to be processed by the inbound webhook.
::create13Create a new inbound rule trigger.
::delete25Delete a template by its numeric ID or string alias.
::edit14Update the current server configuration including name, color, webhook URLs, and tracking settings.
::get2264Retrieve delivery statistics for the server, including inactive mail counts and bounce breakdowns.
::list26Retrieve a paginated list of templates associated with the current server.
::retry13Retry processing of a failed inbound message, re-triggering the inbound webhook.
::search418Search outbound messages with filters for recipient, sender, tag, status, and date range.
::send412Send a single email via the Postmark API.
::templates14Create a new email template on the Postmark server.
::test16Validate template content and render it with a test model.
::update14Update an existing template by its numeric ID or string alias.