twilio_list_messages
Retrieve sent and received SMS messages from a Twilio account using account credentials and optional filters for recipient, sender, or date.
Instructions
List SMS messages sent or received on a Twilio account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_sid | Yes | ||
| auth_token | Yes | ||
| to | No | ||
| from | No | ||
| date_sent | No | Filter by date (YYYY-MM-DD) | |
| page_size | No |