Android Texter
Android Texter connects Android phones to an API for sending and receiving SMS and MMS, managing contacts and devices, and automating messaging workflows.
Tools (11)
Create Quick Reply
Create a reusable quick-reply shortcut. The shortcut must be unique within the connected Android Texter account.
Inputs: body, title, shortcut
Delete Quick Reply
Permanently delete one saved quick reply by ID.
Inputs: quick_reply_id
Get Message Status
Get the provider's current queued, sent, delivered, or failed status for a message ID returned by Send Message.
Inputs: message_id
List Contacts
List contacts in the connected Android Texter account, optionally filtering by name or phone text and tag.
Inputs: tag, limit, cursor, search
List Conversation History
Return one newest-first page of inbound and outbound message history exchanged with one phone number. Pass next_cursor back as cursor to continue.
Inputs: limit, phone, cursor
List Devices
List Android devices linked to the account, including IDs and online state needed to select a sending device.
List Messages
List one newest-first page of messages, optionally restricting results to sent or received messages. Pass next_cursor back as cursor with the same direction to continue.
Inputs: limit, cursor, direction
List Quick Replies
List saved quick-reply shortcuts that can be reused when composing messages.
Send Message
Immediately queue a real SMS or MMS to one phone number through a linked Android device. This has an external side effect and consumes message quota. A successful queue acknowledgement does not prove that the message was sent or delivered.
Inputs: phone, message, device_id, media_url
Send Messages Batch
Sequentially queue the same real SMS or MMS for 1-10 recipients. Each queued message is irreversible and consumes quota. Processing stops after the first failed or unknown attempt, and remaining recipients are marked not_attempted.
Inputs: phones, message, device_id, media_url
Update Quick Reply
Replace an existing quick reply's shortcut, title, and body.
Inputs: body, title, shortcut, quick_reply_id