Connect Postgrid to OpenClaw on Operator.io
Postgrid is an API platform for automating direct mail and address verification. It helps businesses send mail and verify addresses instantly, reducing manual effort and errors.
Automate Postgrid with AI
Operator runs your personal agent on OpenClaw, the open source agent framework, and points it straight at Postgrid. You message the agent on Telegram or Discord, tell it what you need in plain language, and it operates Postgrid on its own, running actions like cancel box, cancel cheque, cancel cheque with note.
Your agent reaches Postgrid directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Postgrid
Your agent can call any of these Postgrid actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
Cancel Box
Tool to cancel a box order by its ID. Use when you need to cancel a pending box shipment.
Cancel Cheque
Tool to cancel a cheque order by its ID. Only works when the cheque has 'ready' status. Use when you need to cancel a pending cheque before it is mailed.
Cancel Cheque with Note
Tool to cancel a cheque order with a cancellation note. Use when you need to cancel a cheque and provide a reason for the cancellation.
Cancel Postcard
Tool to cancel a postcard order. Use when you need to cancel a postcard that has status 'ready'.
Cancel Postcard With Note
Tool to cancel a postcard order with an optional cancellation note. Use when you need to cancel a postcard that is in 'ready' status. Once cancelled, the status changes to 'cancelled' and the response includes cancellation details.
Cancel Return Envelope Order
Tool to cancel a return envelope order. Use when you need to cancel a pending return envelope order using the return envelope ID and order ID.
CREATE_BANK_ACCOUNT
Tool to create a new bank account for print & mail service.
Create Box
Tool to create a box mailing order for letters with plastic cards or cheques. Use when you need to send multiple cheques in a secure box.
Create Cheque
Tool to create a cheque order for physical cheque mailing. Use when you need to send a payment via printed cheque. Requires a valid bank account ID and recipient contact details.
Create Contact
Tool to create a new contact in PostGrid. Use after collecting contact's name, address, and optional metadata.
Create Letter
Tool to create and send a letter via PostGrid. Use when recipient, sender, and content details are ready.
Create Postcard
Tool to create and send a postcard via PostGrid. Use when recipient, sender, and content (HTML, template, or PDF) are ready.
Create Return Envelope
Tool to create a return envelope for mail recipients to respond. Use when you need to include a prepaid return envelope for recipients to send back responses.
Create Return Envelope Order
Tool to create a batch order of return envelopes to be printed and delivered. Use when you need to order return envelopes in bulk (minimum 5000 units).
Create Template
Tool to create a new mail template in PostGrid. Use when you need to define reusable HTML content with dynamic placeholders. Use after confirming required template details.
Create Template Editor Session
Tool to create a template editor session for interactive template editing. Use when you need to generate an embeddable URL for editing a template. The session URL allows users to modify template HTML content in a visual editor.
Create Tracker
Tool to create a tracker for monitoring mail delivery status via URL tracking. Use when you need to track recipient engagement with personalized URLs.
Create Webhook
Tool to create a new webhook to receive order event notifications. Use after configuring your endpoint to handle webhook payloads.
Delete Bank Account
Tool to delete a bank account by its ID. Use when you need to remove a bank account after confirming its identifier.
Delete Contact
Tool to delete a contact by its ID. Use when you need to remove obsolete contacts after confirming their identifier.
Delete Template
Tool to delete a template by its ID. Use when you need to remove an existing template after confirming its identifier.
Delete Template Editor Session
Tool to delete a template editor session by its ID. Use when you need to remove an existing template editor session.
Delete Tracker
Tool to delete a tracker by its ID. Use when you need to remove an existing tracker after confirming its identifier.
Delete Webhook
Tool to delete a webhook subscription. Use when you need to remove an existing webhook by its ID.
Fill Test Return Envelope Order
Tool to fill a test return envelope order for testing purposes. This simulates filling a return envelope order in test mode, changing the status from 'placed' to 'filled'. Only works in test mode.
Get Bank Account
Tool to retrieve a bank account. Use after obtaining the bank account ID to fetch its details.
Get Box
Tool to retrieve a specific box order by ID. Use after obtaining the box ID to fetch its details.
Get Cheque
Tool to retrieve a specific cheque by ID. Use when you need to fetch details of a specific cheque order.
Get Contact
Tool to retrieve a contact. Use after obtaining the contact ID to fetch its details.
Get Letter
Tool to retrieve a letter. Use after you have the letter ID to fetch its details.
Get Postcard
Tool to retrieve a specific postcard by ID. Use when you have a postcard ID and need to fetch its details.
Get Return Envelope
Tool to retrieve a return envelope. Use after obtaining the return envelope ID to fetch its details.
Get Return Envelope Order
Tool to retrieve a specific return envelope order. Use when you need to get details about an order by its return envelope ID and order ID.
Get Template
Tool to retrieve a template. Use when you have the template ID and need its details.
Get Tracker
Tool to retrieve a tracker. Use when you have the tracker ID and need its details.
Get Webhook
Tool to retrieve details of a specific webhook by its ID. Use after creating a webhook to fetch its configuration and status.
List Bank Accounts
Tool to list bank accounts. Use when retrieving bank accounts with optional status filter and pagination.
List Box Orders
Tool to list box orders. Use when you need to retrieve a paginated list of box orders from PostGrid.
List Cheques
Tool to list cheques with optional filters and pagination. Use when you need to retrieve batches of cheque records for processing or reporting.
List Contacts
Tool to list contacts. Use when you need to retrieve a paginated list of contacts with optional filters like date range, metadata, name, or email.
List Webhook Events
Tool to retrieve a list of webhook events with optional pagination. Use when you need to view all webhook events that have occurred.
List Letters
Tool to list letters. Use when retrieving letters with optional filters and pagination.
List Postal Statements
Tool to list all postal statements for billing and tracking purposes. Use when you need to retrieve statements for accounting or audit purposes.
List Postcards
Tool to retrieve a list of postcards with optional filtering and pagination. Use when you need to browse or filter postcards list.
List Return Envelope Orders
Tool to list all return envelope orders for a specific return envelope. Use when retrieving orders associated with a return envelope ID.
List Return Envelopes
Tool to list return envelopes. Use when you need to retrieve a paginated list of business reply envelopes (BREs) with optional pagination.
List Self-Mailers
Tool to list self-mailers. Use when you need to fetch self-mailers with filters and pagination.
List Sub-Organizations
Tool to list sub-organizations. Use when you need to retrieve a paginated list of sub-organizations with optional search filter.
Plus 12 more Postgrid actions your agent can call.
How to connect Postgrid
You authorize Postgrid once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Postgrid without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Postgrid
- How do I connect Postgrid to Operator?
- Connecting Postgrid is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Postgrid and you never reauthorize by hand.
- Can my agent trigger and run my Postgrid workflows?
- Yes. It decides when to run a workflow, passes the inputs, and reads the result back, so Postgrid keeps doing the repeatable execution while the agent handles the judgment about when and with what to run it.
- Do I need to write code or manage Postgrid API keys?
- No. Operator manages the Postgrid connection and token refresh, so there are no API keys to paste and nothing to deploy.
- Can my agent use Postgrid together with my other apps?
- Yes. The same agent reaches every other app you connect, so it can run Postgrid alongside them in a single job without anything wired between them.
Put your agent on Postgrid
Sign in, connect Postgrid, and hand your agent the work. Your first week is free.
Try for free