Postmark
Aynı zamanda bir ajan aracıPostmark transactional email API (Server-token surface): send single/templated/batch email, track delivery and bounces, manage templates, read outbound and inbound message activity (opens, clicks), pull outbound statistics, manage message streams, suppressions, webhooks, and server settings, and request data removals. Custom X-Postmark-Server-Token header auth against a static base URL. Change notifications use polling (outbound messages, offset cursor); native Postmark webhooks are unsigned (optional HTTP Basic on the delivery URL) and documented for reference. Account-level management APIs (servers, domains, sender signatures) need a different X-Postmark-Account-Token and are out of scope (see compatibility.md postmark-01).
54 eylemler · 1 tetikleyiciler
Postmark entegrasyonu — 54 aksiyon ve 1 tetikleyici ile Postmark'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Server, Edit Server, Send Single Email, Send Email With Template, Send Batch Email. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 1
Postmark üzerinde bir iş akışını başlatabilen olaylar.
New outbound Postmark messages (polled)
Polls /messages/outbound on a schedule using count/offset pagination; new sends surface as the message log grows.
Eylemler 54
Zervanor'un Postmark üzerinde yapabilecekleri.
Stats10
Get Outbound Stats Overview
Get a summary of outbound sending statistics (GET /stats/outbound).
Get Outbound Send Counts
Get a time series of sent email counts (GET /stats/outbound/sends).
Get Outbound Bounce Counts
Get a time series of bounce counts (GET /stats/outbound/bounces).
Get Outbound Spam Complaint Counts
Get a time series of spam complaint counts (GET /stats/outbound/spam).
Get Outbound Tracked Email Counts
Get a time series of counts of emails sent with open tracking enabled (GET /stats/outbound/tracked).
Get Outbound Open Counts
Get a time series of email open counts (GET /stats/outbound/opens).
Get Outbound Click Counts
Get a time series of link click counts (GET /stats/outbound/clicks).
Get Outbound Open Platform Usage
Get a time series of email opens by platform / device (GET /stats/outbound/opens/platforms).
Get Outbound Email Client Usage
Get a time series of email opens by email client (GET /stats/outbound/opens/emailclients).
Get Outbound Read Times
Get a time series of the length of time emails were read (GET /stats/outbound/opens/readtimes).
Message Streams9
List Message Streams
List all message streams on the server (GET /message-streams). Result list at 'MessageStreams'.
Get Message Stream
Get a single message stream by id (GET /message-streams/{streamid}).
Create Message Stream
Create a message stream on the server (POST /message-streams).
Edit Message Stream
Update a message stream by id (PATCH /message-streams/{streamid}).
Archive Message Stream
Archive a message stream by id (POST /message-streams/{streamid}/archive).
Unarchive Message Stream
Unarchive (restore) a message stream by id (POST /message-streams/{streamid}/unarchive).
List Suppressions
List suppression dump for a message stream (GET /message-streams/{streamid}/suppressions/dump). Result list at 'Suppressions'.
Create Suppressions
Add recipient email addresses to the suppression list for a message stream (POST /message-streams/{streamid}/suppressions).
Delete Suppressions
Remove recipient email addresses from the suppression list for a message stream (POST /message-streams/{streamid}/suppressions/delete).
Messages9
Get Outbound Messages
Search sent (outbound) messages (GET /messages/outbound). Offset pagination via count/offset with fromdate/todate filters. Result list at 'Messages'.
Get Outbound Message Details
Get details of a single outbound message (GET /messages/outbound/{messageid}/details).
Get Outbound Message Dump
Get the raw content (dump) of a single outbound message (GET /messages/outbound/{messageid}/dump).
Get Message Opens
Get a paginated list of message open events (GET /messages/outbound/opens). Offset pagination. Result list at 'Opens'.
Get Message Clicks
Get a paginated list of message click events (GET /messages/outbound/clicks). Offset pagination. Result list at 'Clicks'.
Get Inbound Messages
Search received (inbound) messages (GET /messages/inbound). Offset pagination via count/offset. Result list at 'InboundMessages'.
Get Inbound Message Details
Get details of a single inbound message (GET /messages/inbound/{messageid}/details).
Bypass Inbound Rules
Bypass inbound blocking rules for a blocked inbound message and process it (PUT /messages/inbound/{messageid}/bypass).
Retry Inbound Message
Retry delivery of a failed inbound message to the configured inbound webhook (PUT /messages/inbound/{messageid}/retry).
Templates7
List Templates
Get a paginated list of templates (GET /templates). Offset pagination via count/offset. Result list at 'Templates'.
Get Template
Get a single template by id or alias (GET /templates/{templateIdOrAlias}).
Create Template
Create a template (POST /templates).
Edit Template
Update a template by id or alias (PUT /templates/{templateIdOrAlias}).
Delete Template
Delete a template by id or alias (DELETE /templates/{templateIdOrAlias}).
Validate Template
Validate template content and preview the rendered output for a supplied model (POST /templates/validate).
Push Templates
Push templates from a source server to a destination server (PUT /templates/push). Requires the Account token; document usage — this action is included for completeness but the Account-token surface is out of scope (see compatibility.md postmark-01).
Bounces5
Get Bounces
Get a paginated list of bounces (GET /bounces). Offset pagination via count/offset. Result list at 'Bounces'.
Get Single Bounce
Get details of a single bounce (GET /bounces/{bounceid}).
Get Bounce Dump
Get the raw SMTP dump for a bounce (GET /bounces/{bounceid}/dump).
Activate Bounce
Reactivate a deactivated address by activating its bounce (PUT /bounces/{bounceid}/activate).
Get Bounced Tags
Get a list of tags that have generated bounced emails (GET /bounces/tags).
Webhooks5
List Webhooks
List webhooks configured on the server (GET /webhooks). Result list at 'Webhooks'.
Get Webhook
Get a single webhook configuration by id (GET /webhooks/{webhookid}).
Create Webhook
Create a webhook on the server (POST /webhooks).
Edit Webhook
Update a webhook configuration by id (PUT /webhooks/{webhookid}).
Delete Webhook
Delete a webhook configuration by id (DELETE /webhooks/{webhookid}).
Email4
Send Single Email
Send a single email (POST /email). Provide From, To and either HtmlBody, TextBody or both.
Send Email With Template
Send a single templated email (POST /email/withTemplate). Reference a template by id or alias and supply TemplateModel.
Send Batch Email
Send up to 500 emails in a single call (POST /email/batch). Body is a JSON array of message objects (same fields as Send Single Email).
Send Batch Email With Templates
Send up to 500 templated emails in a single call (POST /email/batch/withTemplates). Each message references a template and supplies its own TemplateModel.
Data Removals2
Create Data Removal Request
Request removal of a recipient's data across the account (POST /data-removals).
Get Data Removal Status
Check the status of a data removal request (GET /data-removals/{id}).
Server2
Get Server
Get the configuration of the server associated with the Server token (GET /server). Identity + connectivity probe; returns the server id, name, color and settings.
Edit Server
Update settings of the server associated with the Server token (PUT /server).
Deliverystats1
Get Delivery Stats
Get a summary of inactive emails and bounces by type (GET /deliverystats).
Aramanızla eşleşen bir şey yok.
Postmark kullanan Çözüm Şablonları
Postmark ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Postmark ile neler otomatikleştirebilirim?
54 aksiyon var — örneğin: Get Server, Edit Server, Send Single Email, Send Email With Template, Send Batch Email ve daha fazlası.
Hangi Postmark olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: New outbound Postmark messages (polled).
Postmark bir AI agent aracı olarak kullanılabilir mi?
Evet. Postmark'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Postmark entegrasyonu nasıl modellenir?
Postmark sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.