Source: factory.sms/ObjSmsHomechoice.py
A class to send SMS messages via the Homechoice API.
| Method | Signature | Description |
|---|---|---|
| send | send(person_no: int, cell_number: str, message_content: str) -> Tuple[Optional[int], Dict[str, Any]] |
Sends an SMS using the Homechoice API. |