More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
🔍

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.

twilio sms messaging status delivery communication
API Docs
Platform
Twilio
Category
api integration
Version
1.0.0
Auth Required
Yes

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.

Related Twilio Nodes