SimGate
Use casesIntegrationsCompareBlogGet started
Integrations

Send SMS from Make (Integromat) with SimGate

Use Make's HTTP module to send SMS from any scenario through your own SIM — no per-message fees, no custom connector.
HTTP module only
Any trigger
Your own number
Flat pricing
Start freeBrowse integrations

SMS as a step in any scenario

Make's HTTP module lets you call SimGate directly, so any scenario can send a text. Connect it to forms, spreadsheets, e-commerce events, or schedules.

Connect Make to SimGate

1
Add an HTTP module

Use "HTTP — Make a request" after your trigger module.

2
Set method and URL

POST to https://api.simgate.app/v1/sms/send.

3
Add headers

x-api-key with your key, and Content-Type: application/json.

4
Map the body

Send deviceId, phoneNumber, and message, mapping fields from earlier modules.

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
}

Frequently asked questions

Is there a native SimGate module for Make?

Use the generic HTTP module — SimGate is a standard REST API, so no dedicated connector is needed.

Can I send to many recipients in one scenario?

Yes — iterate your recipient list and call the HTTP module per recipient, within your plan limits.

Keep exploring

n8n

Send SMS from any n8n workflow with an HTTP Request node — no custom node required.

Zapier

Send SMS from any Zap using "Webhooks by Zapier" and SimGate.

Appointment reminders

Cut no-shows with SMS reminders sent from your business's own number.

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