SMS API¶
Send and receive SMS messages.
Methods¶
smsSend()¶
Send SMS message.
Parameters:
- destinationAddress (str): Phone number
- text (str): Message text
smsGetMessageCount()¶
Get message count.
smsGetMessageIds()¶
Get message IDs.
smsGetMessages()¶
Get message details.
smsGetMessageById()¶
Get a specific message by ID.
Parameters:
- id (int): Message ID
- attributes (list, optional): Specific attributes to retrieve
Returns: Message data dict
smsGetAttributes()¶
Get available SMS message attributes.
Returns: List of available attribute names
smsDeleteMessage()¶
Delete message.
smsMarkMessageRead()¶
Mark message as read.