Communication11 toolsPaste one API key
Android Texter integration for AI agents
Android Texter connects Android phones to an API for sending and receiving SMS and MMS, managing contacts and devices, and automating messaging workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Android Texter once and call the same tools from all of them.
Setup
Connect Android Texter through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Android Texter exposes 11 tools through ClawLink. The 10 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
android_texter_get_message_status | Get the provider's current queued, sent, delivered, or failed status for a message ID returned | Read |
android_texter_list_contacts | List contacts in the connected Android Texter account, optionally filtering by name or phone | Read |
android_texter_list_conversation_history | Return one newest-first page of inbound and outbound message history exchanged with one phone | Read |
android_texter_list_devices | List Android devices linked to the account, including IDs and online state needed to select a | Read |
android_texter_list_messages | List one newest-first page of messages, optionally restricting results to sent or received | Read |
android_texter_list_quick_replies | List saved quick-reply shortcuts that can be reused when composing messages | Read |
android_texter_create_quick_reply | Create a reusable quick-reply shortcut | Write |
android_texter_update_quick_reply | Replace an existing quick reply's shortcut, title, and body | Write |
android_texter_send_message | Immediately queue a real SMS or MMS to one phone number through a linked Android device | Write |
android_texter_send_messages_batch | Sequentially queue the same real SMS or MMS for 1-10 recipients | Write |