Posts today
POST to a channel webhook — genuinely live now.
Broadcast to a Discord channel right now. Create a channel webhook, paste the URL, and PostMyIsh posts to it — no bot, no OAuth, no review.
curl https://postmyish.com/api/v1/posts \
-H "Authorization: Bearer $POSTMYISH_KEY" \
-H "Content-Type: application/json" \
-d '{"caption":"🚀 v2 is live — full changelog in the thread","platforms":["discord"]}'The official API can do this. It just makes you do a lot first. Here's what raw Discord publishing costs you, and what PostMyIsh absorbs.
Post types, limits, and scheduling — all through the same POST /v1/posts call, formatted the way Discord expects.
POST to a channel webhook — genuinely live now.
Pass a media URL and we attach it as an embed.
Discord's real message ceiling, respected on send.
We use ?wait=true so the real message id comes back.
Every snippet hits the live API — same base URL, Bearer auth, plain JSON. Add your key and it runs.
One POST fans out to Discord. The response carries the id and status the moment it ships.
curl https://postmyish.com/api/v1/posts \
-H "Authorization: Bearer $POSTMYISH_KEY" \
-H "Content-Type: application/json" \
-d '{"caption":"🚀 v2 is live — full changelog in the thread","platforms":["discord"]}'Connect Discord, call one endpoint, and we run the Discord Webhooks plumbing behind it.
Link it once from the Accounts page through its official login. The credential is stored encrypted.
Send one caption and the platform id. Add schedule_at to queue it, or media for a URL.
Container flows, token refresh, rate limits, and the real post id — all on our side.
Straight talk: Fully live with no app review — a channel webhook is the entire setup. Great for changelogs, ships, and community broadcasts today.
One API, eleven more
Add another id to platforms and the identical call posts there too. One request already covers Discord, Telegram, and X — no second integration.
What's real, what needs review, and what Discord itself requires — no hand-waving.
Yes. A Discord webhook needs no bot, OAuth, or review — paste the URL and a publish appears in the channel immediately.
In Discord: channel → Edit → Integrations → Webhooks → New Webhook → Copy URL. Paste it when connecting.
Yes — pass a media URL and we attach it as an image embed on the message.
Yes — we call the webhook with ?wait=true, so Discord returns the created message and we store its id.
Connect your accounts, write one caption, and be live on every feed in minutes. The free plan is genuinely free.