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
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
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}
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
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