Send SMS from n8n with SimGate
Add SMS to any n8n automation using the built-in HTTP Request node. Trigger texts from forms, schedules, databases, or webhooks — sent from your own SIM.
Add SMS to any workflow
n8n's HTTP Request node can call any REST API, so you can send SMS through SimGate without installing a custom node. It works the same on n8n Cloud and self-hosted.
Trigger sends from anything n8n supports: a new row in a database, a form submission, a schedule, or an incoming webhook.
Connect n8n to SimGate
Add an HTTP Request node
In your workflow, add the HTTP Request node after your trigger.
Configure the request
Method POST, URL https://api.simgate.app/v1/sms/send, and add headers x-api-key (your key) and Content-Type: application/json.
Set the JSON body
Send deviceId, phoneNumber, and message — map message and phoneNumber from earlier nodes using expressions.
Test
Execute the node; the response includes a messageId you can use downstream.
Request configuration
1POST https://api.simgate.app/v1/sms/send2x-api-key: YOUR_API_KEY3Content-Type: application/json45{6"deviceId": "android-5q15b182f2704gbz",7"phoneNumber": "+1234567890",8"message": "Hello from SimGate!"9}
Paste these values into the HTTP Request node.
Popular n8n recipes
- Text yourself when a workflow fails
- Send OTPs generated in a Function node
- Notify staff when a new lead hits your CRM
- Forward inbound SMS (via SimGate webhooks) into n8n for routing
Frequently asked questions
Do I need a special SimGate node for n8n?
No. The standard HTTP Request node is all you need — SimGate is a plain REST API.
Does this work on self-hosted n8n?
Yes, on both n8n Cloud and self-hosted instances.
Can n8n receive inbound SMS too?
Yes — point your SimGate inbound webhook at an n8n Webhook node to process replies inside a workflow.
Keep exploring
Turn your phone into an SMS API
Send and receive SMS from your own SIM at a flat monthly price. Install the app, connect a device, and call the API in minutes.
Start free