Short answer: You can send gohighlevel sms in GoHighLevel by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the GoHighLevel Send GoHighLevel 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 |
|---|---|---|---|
Contact ID contactId | string | Required | The contact to message. |
Message message | string | Required | SMS body. Keep under 160 chars to fit one segment. |
From Number fromNumber | string | Optional | Specific GHL number to send from. Defaults to the location's primary number. |
{"contactId": "ocQHyuzHvysMo5N5VsXc","message": "Hi Jane — confirming your appointment for tomorrow at 3pm.","fromNumber": "+18005551234"}
{"status": "queued","messageId": "msg_xyz789","conversationId": "conv_abc123"}
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.