hot.dev/postmark — postmark API bindings for Hot.
Add to your project
"hot.dev/postmark": "0.9.2"
Add this to your deps in hot.hot
Namespaces
::postmark
| Namespace | Functions | Types | Description |
|---|---|---|---|
::activate | 1 | 4 | PUT /bounces/{bounceid}/activate - Activate a bounce |
::api | 1 | 1 | Internal HTTP request utilities for Postmark API. |
::bounces | 1 | 3 | GET /bounces/{bounceid}/dump - Get bounce dump |
::bypass | 1 | 3 | PUT /messages/inbound/{messageid}/bypass - Bypass rules for a blocked inbound message |
::create | 1 | 3 | POST /triggers/inboundrules - Create an inbound rule trigger |
::delete | 2 | 6 | DELETE /templates/{templateIdOrAlias} - Delete a Template |
::edit | 1 | 4 | PUT /server - Edit Server Configuration |
::get | 22 | 64 | GET /deliverystats - Get delivery stats |
::list | 2 | 6 | GET /templates - Get the Templates associated with this Server |
::retry | 1 | 3 | PUT /messages/inbound/{messageid}/retry - Retry a failed inbound message for processing |
::search | 4 | 18 | GET /messages/outbound - Outbound message search |
::send | 4 | 16 | POST /email - Send a single email |
::templates | 1 | 4 | POST /templates - Create a Template |
::test | 1 | 6 | POST /templates/validate - Test Template Content |
::update | 1 | 4 | PUT /templates/{templateIdOrAlias} - Update a Template |