Use Codex with Postedly
Register the remote server
Add Postedly to the Codex MCP configuration, then start its OAuth login.
codex mcp add postedly --url https://postedly.com/mcp/send codex mcp login postedlyApprove the connection
Verify your sender email and approve the requested scopes in Postedly. Let the client store credentials; keep them out of prompts and source control.
Use the actual artifact
Check the available tools and service catalog. Read the finished file from the workspace, upload it, and request a quote for the recipient.
Give it a specific request
Deliver a finished project handoff
Use the approved artifact in your workspace without asking someone to download and re-upload it.
Use Postedly to quote mailing the final PDF in deliverables/client-letter.pdf to this address. Upload the actual file bytes, verify the returned checksum, and stop before checkout.
Transfer your file
Use authenticated multipart HTTP when the runtime has secure access to the existing OAuth credential. Otherwise use the MCP upload tool or its single-use multipart handoff. Compute base64 and SHA-256 from the file in code; do not reconstruct a PDF from its text.
- For a letter or fax, prepare a valid, unencrypted PDF no larger than 10 MiB (10,485,760 bytes). Review the saved PDF after exporting it from the draft.
- For mail, have the recipient’s full US postal address and your US sender address ready. For fax, confirm the receiving US fax number and your US billing address. Check the selected service’s page and layout limits before quoting.
- Review the final proof returned with the quote, including any added cover or postal layout. An upload preview alone does not establish that the final document is ready to send.
Your approval comes before the send
Uploading and quoting have no payment side effect. After you decide to proceed, the browser review link shows the final proof and total before hosted Stripe Checkout. Codex tool access is not permission to place an order.
Cancellation and refund policyFollow the existing order
Keep the returned order ID with the task and check that order after payment. An ambiguous network response calls for a status check, not a duplicate send.
Check an order on PostedlySend directly on Postedly
You can use the finished document without connecting an assistant. Download the approved PDF, open Postedly, choose an available service and upload the file. Enter the destination and sender details, then review the final proof and full price before payment. You do not need your own printer or envelopes to mail a PDF through Postedly.
Before you start
- The client must support Postedly’s OAuth flow and have permission to read the file. Uploads are limited to 10 MiB; client message limits may be smaller. The guide covers remote tools and browser checkout, not native Codex payment.
Official references
Use these platform references alongside the Postedly guide.