Documentation

PostMe is a form backend for static sites. Point a form at an endpoint — submissions are delivered to email, a webhook, or Discord. No server of your own.

Endpoints

Every form posts to one of two URLs. Both accept POST only. Opening the URL in a browser does not create an event.

  • /submit/you@example.com — try without an account. The inbox is in the path. Limit 200 events per month.
  • /intake/your-id — create an Intake in the console after you sign up. Confirm email → create Intake → replace the action URL. Higher limits, webhooks, Inbox, and origin allowlists.

Limits

Events count against a monthly quota. Deleting Inbox rows does not reduce usage for the current month.

  • No account — 200 events, email only.
  • Hobby (free) — 500 events, email and webhooks, up to 5 Intakes.
  • Pro — 5,000 events, Discord, destination shapes, auto-reply from your domain. See pricing.

HTML forms

Classic POST forms, redirects, and hosted thank-you pages.

JavaScript

Submit with fetch, stay on the page, and handle JSON responses.

Intakes

Account-owned endpoints with higher limits and origin controls.

Destinations

Email, webhooks, Discord, and auto-reply from your domain.

Inbox

Captured events, delivery outcomes, and CSV export.