SMS

class linkzone.client.sms.SMS[source]

Bases: BaseAPIClient[Dict[str, Any]]

Class for SMS requests

ERROR_MSG_MESSAGE_REQUIRED = 'Message must be provided'
ERROR_MSG_PHONE_NUMBER_REQUIRED = 'Phone number must be provided'
read_sms() Dict[str, any][source]
send_sms(phone_numbers: List[str], message: str) Dict[str, any][source]

Send SMS to phone numbers :param phone_numbers: List of phone numbers :param message: Message :return: Response