Posts today
sendMessage to a channel — genuinely live now.
Post to a Telegram channel right now. Make a bot with @BotFather, add it as an admin, and PostMyIsh sends messages — 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 — here's everything that's new","platforms":["telegram"]}'The official API can do this. It just makes you do a lot first. Here's what raw Telegram publishing costs you, and what PostMyIsh absorbs.
Post types, limits, and scheduling — all through the same POST /v1/posts call, formatted the way Telegram expects.
sendMessage to a channel — genuinely live now.
Pass a media URL and we use sendPhoto with your caption.
Telegram's real message ceiling per send.
The same broadcast also hits Discord and X.
Every snippet hits the live API — same base URL, Bearer auth, plain JSON. Add your key and it runs.
One POST fans out to Telegram. 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 — here's everything that's new","platforms":["telegram"]}'Connect Telegram, call one endpoint, and we run the Telegram Bot API 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 @BotFather token and admin rights on your channel are the whole setup. Instant delivery, real message ids stored.
One API, eleven more
Add another id to platforms and the identical call posts there too. One request already covers Telegram, Discord, and X — no second integration.
What's real, what needs review, and what Telegram itself requires — no hand-waving.
Yes. The Telegram Bot API needs no OAuth or review — create a bot, make it a channel admin, and a publish appears immediately.
Message @BotFather to create a bot and get its token, add the bot to your channel as an admin, then connect with the token and channel id.
Yes — pass a media URL and we call sendPhoto with the caption; otherwise it's a text message.
Up to 4,096 characters per message (1,024 for a photo caption), matching Telegram.
Connect your accounts, write one caption, and be live on every feed in minutes. The free plan is genuinely free.