Create Outbound Call with Twilio
n8n-nodes-base.httpRequest
Initiate an outbound phone call using the Twilio API. Provide a TwiML URL to define call behavior such as text-to-speech or call recording.
Use Cases
Trigger outbound phone call
Automated voice notification
Call recording workflow
IVR and robocall automation
Configuration
Node Configuration Summary
Ready-to-use Twilio node configured for create outbound call with twilio.
Copy and paste directly into your n8n workflow.
Method:
POST
Endpoint:
/2010-04-01/Accounts/{{ $json.accountSid }}/Calls.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.