SMS
The SMS integration (via AllMySMS) adds a mobile channel to your pipelines, in both directions: send an SMS (notification, code, follow-up) and receive inbound replies (MO) as well as delivery receipts (DLR).
What you can do with it
- Send an SMS with automatic number normalization to E.164 format and segment counting (GSM-7 / UCS-2).
- Receive inbound replies and delivery receipts to track deliverability.
- Check the balance of your account's SMS credits.
Tools and nodes
- Write tool (with confirmation):
allmysms.send_sms. - Read tool:
allmysms.check_credits. allmysms_outboundnode — send with an exactly-once guarantee (no double send on retry).allmysms_inboundreceiver — reception of inbound messages (MO) and delivery receipts (DLR), with tolerant parsing and deduplication.
Connection (BYO)
- Administration → Integrations → SMS (AllMySMS).
- Enter your AllMySMS login and API key.
- Point the AllMySMS callback URL to the
allmysms_inboundreceiver (secured by a secret in a parameter). - Credentials encrypted at rest and scoped to your organization.
Strict BYO connector: you pay for your SMS directly to AllMySMS, with no betool margin. Segment counting saves you from surprises on long or accented messages.
Use cases
- Appointment reminder — a scheduled pipeline sends a reminder SMS a few minutes before the time.
- Two-way confirmation — send a confirmation request, and the inbound reply automatically resumes the pipeline.