List Recent Incoming Messages
View All Telegram Messaging API APIs →Return messages received in real time while the session was connected, newest first, excluding messages sent by the account itself. Each item includes the message id, chatJid, sender, type, text, and timestamp. The inbox is an in-memory cache holding the most recent 500 messages per session and is cleared on restart. Use limit to cap how many are returned. Ideal for polling new inbound messages to power auto-replies.
API Features
Newest-first ordering Returns received messages in reverse chronological order so you process the latest first
Rich message fields Each item includes chatJid, sender, type, text, and timestamp for routing and display
Adjustable limit Cap results with limit (up to the 500-message cache) to balance freshness against payload size
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 100 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page. Dashboard →
GET
/api/project/telegram-messaging/list-inbox API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Power auto-reply bots by polling for new inbound messages
- Feed incoming messages into a support inbox or CRM
- Trigger workflows in n8n/Zapier/Make when specific messages arrive