Use n8n with Postedly
Connect the MCP client
Use the MCP Client Tool with Postedly’s endpoint and OAuth2 credentials. Configure dynamic client registration and the exact HTTPS callback shown by your n8n instance.
https://postedly.com/mcp/sendPass the binary document
Use authenticated HTTP upload where the credential is available, or obtain a private uploadEndpoint from postedly_prepare_document. In HTTP Request, choose Form-Data and an n8n Binary File parameter named file.
Pause for the review handoff
Save the document and quote references. Route the private approval link to the authorized person through your chosen workflow, then check the existing order after checkout.
Give it a specific request
Prepare one approved customer letter
Keep document generation, quote preparation and the approval handoff as separate workflow stages.
Prepare a Postedly mailing quote for the approved PDF and recipient in this record. Return the review link for a person to approve; do not pay or send automatically.
Transfer your file
Send the actual binary property, not a JSON string containing its name. Authenticated uploads also specify the service. A prepared handoff already binds the service and accepts field file without another bearer token. Keep its short-lived URL private.
- 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
Prepare and quote nodes do not pay. The customer reviews the exact proof, recipient and total in the browser before Stripe Checkout. Build this pause explicitly; a schedule or workflow retry is not fresh purchase approval.
Cancellation and refund policyFollow the existing order
Store the order ID and check it on later runs. Treat timeouts as uncertain outcomes, and reconcile status before retrying a payment or send operation.
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
- Your n8n node version must support Postedly’s transport and OAuth flow. Uploads are limited to 10 MiB. Serialize OAuth refresh for shared credentials and protect private file links. This guide does not promise unattended payment or a prebuilt Postedly node.
Official references
Use these platform references alongside the Postedly guide.