MMobile API Connect
Integrations

Send SMS from your ERP โ€” no code.

Your ERP already fires webhooks on events. Point one at a Mobile API Connect ingress URL and we turn each into an SMS. Pick a preset and we know where to find the phone number and message in the payload.

How ingress works

๐Ÿข Your ERPfires a webhook
โ†’
๐Ÿ”Œ Ingress URLpreset extracts to/text
โ†’
๐Ÿ“ฒ Your phonesends the SMS
  1. Create an integration (POST /v1/ingress with a preset) โ†’ you get a URL like https://api.mobileapiconnect.com/v1/ingress/ig_โ€ฆ.
  2. Paste that URL into your ERP's webhook/automation step.
  3. When the ERP fires JSON, we extract to, text and ref via the preset's JSONPaths and queue the SMS.

Built-in presets

Each preset maps your ERP's field names to a recipient and message. Override any path if your payload differs (dotted paths like recipient.phone work).

Presettotextrefsignature header
generictotextrefX-Webhook-Signature
zohomobilemessageidX-Zoho-Webhook-Signature
salesforcePhoneBodyIdX-Webhook-Signature
dynamicsphonemessageidX-Webhook-Signature
odoopartner_phonebodyidX-Webhook-Signature
netsuiterecipient.phonecontentinternalidX-Webhook-Signature

Create an integration

curl
curl -X POST https://api.mobileapiconnect.com/v1/ingress \
  -H "Authorization: Bearer sk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"Zoho CRM","preset":"zoho"}'
201 Created
{ "id": "wkh_โ€ฆ", "token": "ig_AbCโ€ฆ",
  "url": "https://api.mobileapiconnect.com/v1/ingress/ig_AbCโ€ฆ" }
Prefer clicking? Create & manage these in the portal under ERP Connections โ€” preset picker, field mapping and a copy-paste URL, no terminal needed.

Step-by-step guides

Securing ingress

All product names, logos, and brands are property of their respective owners. Use of these names does not imply any affiliation with or endorsement by them.