Tool to retrieve a list of sent (outbox) or received (inbox) SMS messages from TelTel. Use when you need to filter or paginate through SMS message history. Supports filtering by date, sender, recipient, and message state.
sortstringSorting field. Use '-' prefix for descending order. Multiple fields separated by comma. Default is '-id'.
limitintegerMaximum number of results to return. Default is 500, max is 5000.
fieldsstringComma-separated list of fields to return. Leave empty for default fields.
filterstringFilter expression. Multiple filters separated by comma. Examples: 'created_at>2021-01-01T10:00:00', 'from=37126222222', 'state=DONE'.
offsetintegerNumber of results to skip before returning. Default is 0.
message_typestringType of SMS messages to retrieve: 'outbox' for sent messages, 'inbox' for received messages.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.