SimGate
Use casesIntegrationsCompareBlogGet started
Integrations

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.
No custom node
Works in n8n cloud or self-hosted
Your own number
Flat pricing
Start freeBrowse integrations

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

1
Add an HTTP Request node

In your workflow, add the HTTP Request node after your trigger.

2
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.

3
Set the JSON body

Send deviceId, phoneNumber, and message — map message and phoneNumber from earlier nodes using expressions.

4
Test

Execute the node; the response includes a messageId you can use downstream.

Request configuration

http
1
POST https://api.simgate.app/v1/sms/send
2
x-api-key: YOUR_API_KEY
3
Content-Type: application/json
4
5
{
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

Make (Integromat)

Send SMS from Make scenarios using the HTTP module and SimGate.

Server & uptime alerts

Get SMS alerts from your monitoring stack the moment something breaks.

Twilio alternative

Send and receive SMS from your own number and SIM at a flat monthly price — no per-message fees.

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