receive_inbound
Retrieve inbound messages from WhatsApp, SMS, or Email filtered by channel. Optionally mark messages as processed to remove them from the queue.
Instructions
Retrieve inbound messages received via webhook (WhatsApp, SMS, or Email)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to return (default: 10) | |
| channel | No | Filter by channel | |
| markAsProcessed | No | Mark returned messages as processed (remove from queue) |