Communication26 toolsPaste one API key
Blooio integration for AI agents
Blooio provides stable v2 APIs for messaging, chats, contacts, groups, phone numbers, and account analytics.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Blooio once and call the same tools from all of them.
Setup
Connect Blooio 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
Blooio exposes 26 tools through ClawLink. The 24 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
blooio_get_account | Return the authenticated organization, assigned devices, and message usage without exposing the | Read |
blooio_get_chat | Return detailed counts, participant context, and latest-message metadata for one conversation | Read |
blooio_get_contact | Return one contact by E.164 phone number or email, including its current tags | Read |
blooio_get_contact_capabilities | Check whether a contact can receive iMessage, SMS, or FaceTime before choosing a communication | Read |
blooio_get_group | Return one messaging group by its grp_ identifier | Read |
blooio_get_message | Return one message with content, reactions, delivery status, protocol, errors, and inline-reply | Read |
blooio_get_poll_results | Return a poll's definition, option vote counts, and total votes | Read |
blooio_get_risk_summary | Return the cached fleet risk rollup | Read |
blooio_list_chats | Search and page through conversations, ordered by recent activity or oldest activity | Read |
blooio_list_contacts | Search and page through organization contacts by identifier or name | Read |
blooio_list_group_members | Page through the members recorded for a messaging group | Read |
blooio_list_groups | Search and page through messaging groups by name | Read |
blooio_list_messages | Page through messages in one chat with direction, time-window, and ordering filters | Read |
blooio_list_numbers | List sender phone numbers assigned to the connected API key and their availability state | Read |
blooio_add_contact_tags | Add or reactivate one or more free-form tags on a contact | Write |
blooio_create_contact | Create a contact from an E.164 phone number or email address, optionally assigning a name | Write |
blooio_create_group | Create a messaging group, optionally linking an existing iMessage chat and recording its | Write |
blooio_set_message_reaction | Add or remove a classic tapback or emoji reaction on a specific or relative message in a chat | Write |
blooio_update_contact | Set or clear the display name of an existing contact | Write |
blooio_update_group | Rename a group and, when linked, synchronize the new name to its iMessage chat | Write |
blooio_mark_chat_read | Mark every message in a chat as read and irreversibly send an externally visible read receipt | Write |
blooio_remove_contact_tags | Soft-delete one or more exact tags from a contact sequentially; if a later removal fails | Write |
blooio_send_message | Irreversibly send one or multiple text, attachment, multipart, or inline-reply messages | Write |
blooio_send_poll | Irreversibly send an interactive native iMessage poll to a chat | Write |