Evaluate message
simpletexting_evaluate_messageDRY-RUN a message body to compute its segment count, whether it sends as SMS or MMS, and its estimated cost — WITHOUT sending anything. Safe and read-only. SimpleTexting REST: POST /messages/evaluate with JSON body {text, mode?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional send mode to evaluate against (e.g. AUTO | SMS | MMS). | |
| text | Yes | The message body to evaluate. |