List Messages with Twilio
n8n-nodes-base.httpRequest
Retrieve a list of SMS messages sent or received on your Twilio account. Filter by recipient number and control page size.
Use Cases
List recent SMS messages
Check message delivery status
Retrieve conversation history
Audit communication logs
Configuration
Node Configuration Summary
Ready-to-use Twilio node configured for list messages with twilio.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/2010-04-01/Accounts/{{ $json.accountSid }}/Messages.json
Nodes:
2
Auth:
HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.