Short answer: You can ringcentral send sms in RingCentral by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the RingCentral RingCentral Send SMS action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
From Phone Number from | string | Required | One of your RingCentral SMS-enabled numbers in E.164 format. |
To Phone Number to | string | Required | Recipient number in E.164 format. |
Message text | string | Required | Hi there! |
{"from": "+15551234567","to": "+15559876543","text": "Hi there!"}
{"id": "12345","to": [{"phoneNumber": "+15559876543"}],"from": {"phoneNumber": "+15551234567"},"subject": "Hi there!","messageStatus": "Queued"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.