twilio_list_messages
Retrieve SMS messages from a Twilio account by providing account SID and auth token. Optionally filter by phone number, date sent, or page size.
Instructions
List SMS messages sent or received on a Twilio account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| date_sent | No | Filter by date (YYYY-MM-DD) | |
| page_size | No | ||
| auth_token | Yes | ||
| account_sid | Yes |