hot.dev/postmark — postmark API bindings for Hot.
Add to your project
"hot.dev/postmark": "1.0.3"
Add this to your deps in hot.hot
Namespaces
::postmark
| Namespace | Functions | Types | Description |
|---|---|---|---|
::activate | 1 | 4 | Reactivate an email address that was deactivated due to a bounce, allowing future sends to that address. |
::api | 1 | 1 | Internal HTTP request utilities for Postmark API. |
::bounces | 1 | 3 | Retrieve the raw SMTP dump for a specific bounce, useful for diagnosing delivery issues. |
::bypass | 1 | 3 | Bypass inbound rules for a blocked message, allowing it to be processed by the inbound webhook. |
::create | 1 | 3 | Create a new inbound rule trigger. |
::delete | 2 | 5 | Delete a template by its numeric ID or string alias. |
::edit | 1 | 4 | Update the current server configuration including name, color, webhook URLs, and tracking settings. |
::get | 22 | 64 | Retrieve delivery statistics for the server, including inactive mail counts and bounce breakdowns. |
::list | 2 | 6 | Retrieve a paginated list of templates associated with the current server. |
::retry | 1 | 3 | Retry processing of a failed inbound message, re-triggering the inbound webhook. |
::search | 4 | 18 | Search outbound messages with filters for recipient, sender, tag, status, and date range. |
::send | 4 | 12 | Send a single email via the Postmark API. |
::templates | 1 | 4 | Create a new email template on the Postmark server. |
::test | 1 | 6 | Validate template content and render it with a test model. |
::update | 1 | 4 | Update an existing template by its numeric ID or string alias. |