Give OpenClaw both Attio and Telegram and it can move CRM changes into your channels and chats and record the results. Attio is the system of record for customers and deals, and Telegram is where you reach them and your community. The agent can read a record, send the right message or invite, and note what it did back on the record. Unlike a read only assistant, it finishes the outreach and closes the loop in the CRM.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
List/query records of an object with filtering, sorting, and pagination.
Fetch a single record by ID.
Create a record on any object.
Update a record (PATCH appends to multiselect attributes).
Create-or-update a record by a matching attribute (dedupe).
Delete a record by ID.
Search records of an object by matching text against an attribute. Attio has no global full-text endpoint; search is a filtered query against a single object's records/query endpoint using a ``$contains`` match.
List all objects (standard + custom) in the workspace.
List attributes defined on an object or list.
List all lists in the workspace.
Query entries in a list with filters, sorting, and pagination.
Add a record to a list (create an entry).
Update a list entry's attribute values.
Remove an entry from a list.
List notes, optionally filtered by parent record/object.
Create a note attached to a record.
Delete a note by ID.
List tasks in the workspace.
Create a task with content, deadline, assignees, and linked records.
Update a task (e.g. mark complete, change deadline).
Delete a task by ID.
Create a comment on a record (starts a new thread on that record).
Create a comment on a list entry (starts a new thread on that entry).
Reply to an existing comment thread.
Fetch a single comment by ID.
Delete a comment by ID.
List comment threads on a record.
List comment threads on a list entry.
Fetch a single comment thread by ID.
List workspace members (for assignment / actor lookup).
Fetch a single workspace member by ID.
Introspect the current token: workspace + granted permissions.
Fetch a single object definition by slug or ID.
Create a new custom object.
Update a custom object's slug or nouns.
Fetch a single attribute on an object or list.
Create an attribute on an object or list.
Update an attribute (title, slug, required/unique, archive, config).
List the select options of a select attribute.
Add a select option to a select attribute.
Rename or archive a select option.
List the statuses of a status attribute.
Add a status to a status attribute.
Rename, archive, or retime a status.
Overwrite a record (PUT replaces multiselect attribute values).
List the list entries a record belongs to.
List the historical values of one attribute on a record.
Fetch a single list by slug or ID.
Create a new list.
Update a list's name, slug, or access.
Fetch a single list entry by ID.
Upsert a list entry by its parent record (create if absent, else update).
Overwrite a list entry (PUT replaces multiselect values).
List the historical values of one attribute on a list entry.
Fetch a single note by ID.
Fetch a single task by ID.
List files attached to a record.
Fetch a single file's metadata by ID.
List meetings, optionally scoped to a linked record.
Fetch a single meeting by ID.
Send message directly to a chat ID
Send message to a public channel or group
Send a document/file to a chat ID
Deliver via webhook (no message required)
Send a photo to a chat
Send a video to a chat
Send an audio file to a chat
Send a voice note (.ogg) to a chat
Send a GIF or silent H.264/MPEG-4 AVC video
Send a circular video message
Send a sticker
Send a group of photos, videos, or documents as an album
Send a phone contact
Send a geographic location
Send a venue (location with title and address)
Send an animated emoji that displays a random value
Edit the text of a sent message
Edit the caption of a media message
Delete a message
Delete multiple messages at once
Pin a message in a chat
Unpin a message (or all messages) in a chat
Forward a message to another chat
Copy a message to another chat (without forward tag)
Show a 'typing…' or 'uploading…' indicator in a chat
Create and send a poll or quiz
Stop a running poll
Get full information about a chat
Get information about a member of a chat
Get the number of members in a chat
Get a list of administrators in a chat
Ban a user from a chat
Unban a previously banned user
Restrict a user's permissions in a chat
Promote a user to admin or update their admin rights
Change the title of a chat
Change the description of a chat
Create an additional invite link for a chat
Revoke an invite link to a chat
Answer a callback query from an inline keyboard button
Answer an inline query with a list of results
Set a reaction on a message
Get basic information about the bot
Get info about a file by its file_id (includes download URL)
Send a payment invoice
Confirm or reject a payment pre-checkout query
Guided channel setup flow. Registers a webhook with the bot, then generates a deep-link for the user. When the user adds the bot to their channel as admin, the channel ID is automatically detected and stored — no manual copy-pasting needed.
Connect a Telegram channel by entering its @username or numeric ID. The bot must already be added as an admin to the channel before running. This node validates the connection and returns the channel details. Works correctly in setup flows — runs once and returns channel_id immediately.
OpenClaw is an open command-line agent. NoClick runs it hosted and lets you connect your apps to it as tools, so it can take real actions across your systems. Wire an integration into the agent and OpenClaw can call that app’s operations directly. It is a good fit when you want an open, no-fuss agent with real tool access and nothing to install.
NoClick runs OpenClaw for you with Attio and Telegram wired in as tools. Connect your account and run.