Give OpenClaw both Attio and Outlook and it can keep contacts, mail, and calendar in step with your CRM. Attio is the record of who matters and where each deal stands, and Outlook is the inbox, calendar, and contact book around it. The agent reads a record and creates the matching Outlook contact, drafts an email, or manages the calendar invite, then writes the outcome back as a note. The two together mean a change in the CRM shows up in the tools your team actually opens.
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.
Configuration for sending an email
Configuration for reading emails from inbox
Configuration for replying to an email
Configuration for forwarding an email
Configuration for getting a specific email by ID
Configuration for marking an email as read or unread
Configuration for deleting an email
Configuration for moving an email to a different folder
Configuration for creating an email draft
Configuration for listing mail folders
Configuration for creating a new mail folder
Configuration for getting attachments from an email
Configuration for getting mailbox settings
Configuration for updating auto-reply settings
Configuration for copying a message to another folder
Configuration for updating message properties
Configuration for sending an existing draft
Configuration for creating a reply draft
Configuration for creating a reply-all draft
Configuration for creating a forward draft
Configuration for adding an attachment to a message
Configuration for deleting an attachment
Configuration for updating a folder
Configuration for deleting a folder
Configuration for moving a folder
Configuration for copying a folder
Configuration for listing inbox rules
Configuration for getting a specific rule
Configuration for creating an inbox rule
Configuration for updating an inbox rule
Configuration for deleting an inbox rule
Configuration for listing master categories
Configuration for getting a specific category
Configuration for creating a category
Configuration for updating a category
Configuration for deleting a category
Configuration for getting MIME content
Configuration for sending MIME message
Configuration for listing calendar events
Configuration for creating a calendar event
Configuration for getting a calendar event
Configuration for updating a calendar event
Configuration for deleting a calendar event
Configuration for canceling a calendar event
Configuration for accepting an event invitation
Configuration for declining an event invitation
Configuration for tentatively accepting an event invitation
Configuration for dismissing an event reminder
Configuration for snoozing an event reminder
Configuration for finding available meeting times
Configuration for getting free/busy schedule
Configuration for listing recurring event instances
Configuration for listing calendars
Configuration for listing calendar groups
Configuration for getting room lists
Configuration for listing contacts
Configuration for creating a contact
Configuration for getting a contact
Configuration for updating a contact
Configuration for deleting a contact
Configuration for listing contact folders
Configuration for creating a contact folder
Configuration for getting a contact folder
Configuration for updating a contact folder
Configuration for deleting a contact folder
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 Outlook wired in as tools. Connect your account and run.