tascan_send_sms
Send a transactional TaScan SMS text to a worker (by worker_id, using their phone on file) or to a raw phone number. Optionally attach a task list — the recipient gets a tap-to-open checklist link. Sends from TaScan's carrier-registered A2P number (or the org's own Twilio if BYOK). Counts against the org's monthly SMS quota unless BYOK. Messages are auto-prefixed with "TaScan:" per carrier registration; transactional/work-related content only, no marketing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | No | Raw phone number (e.g. "+17025551234") — used when no worker_id given | |
| list_id | No | Optional task list ID — appends a tap-to-open worker checklist link | |
| message | Yes | Message text. Transactional and work-related only. | |
| worker_id | No | Worker ID — sends to their phone on file (preferred over raw phone) | |
| include_link | No | When a list_id is given, append the tap-to-open link to the SMS body (default true). Set false to send the message text alone — the link is still returned for you to share another way. |