Get Message Status with Twilio
n8n-nodes-base.httpRequest
Fetch the current status and details of a specific Twilio message by its SID. Returns delivery status, timestamps, and message metadata.
Use Cases
Check delivery status of sent SMS
Verify message was delivered
Track communication status in CRM
Retry logic based on message status
Configuration
Node Configuration Summary
Ready-to-use Twilio node configured for get message status with twilio.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/2010-04-01/Accounts/{{ $json.accountSid }}/Messages/{{ $json.messageSid }}.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.