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.

11 actions Integration catalog
Request access
Connect Android Texter once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Quick ReplyANDROID_TEXTER_CREATE_QUICK_REPLY
Create a reusable quick-reply shortcut. The shortcut must be unique within the connected Android Texter account.
Delete Quick ReplyANDROID_TEXTER_DELETE_QUICK_REPLY
Permanently delete one saved quick reply by ID.
Get Message StatusANDROID_TEXTER_GET_MESSAGE_STATUS
Get the provider's current queued, sent, delivered, or failed status for a message ID returned by Send Message.
List ContactsANDROID_TEXTER_LIST_CONTACTS
List contacts in the connected Android Texter account, optionally filtering by name or phone text and tag.
List Conversation HistoryANDROID_TEXTER_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.
List DevicesANDROID_TEXTER_LIST_DEVICES
List Android devices linked to the account, including IDs and online state needed to select a sending device.
List MessagesANDROID_TEXTER_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.
List Quick RepliesANDROID_TEXTER_LIST_QUICK_REPLIES
List saved quick-reply shortcuts that can be reused when composing messages.
Send MessageANDROID_TEXTER_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.
Send Messages BatchANDROID_TEXTER_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.
Update Quick ReplyANDROID_TEXTER_UPDATE_QUICK_REPLY
Replace an existing quick reply's shortcut, title, and body.