List Recent Incoming Messages
View All WhatsApp Messaging API APIs →Return messages received while the session was connected, newest last. Each item includes the message id, chatJid, sender, type, text, and timestamp. Use limit (max 500) to cap how many are returned. Ideal for polling new inbound messages to power auto-replies and two-way conversations.
API Features
Newest-last ordering Returns received messages in arrival order so you can process the latest inbound easily
Rich message fields Each item includes chatJid, sender, type, text, and timestamp for routing and display
Adjustable limit Cap results with limit (up to 500) to balance freshness against payload size when polling
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 1000 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page.Dashboard →
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