Manage your entire legal practice from Imperal: matters, contacts, documents (upload/download/versioning), billable time and expenses, bills, tasks, calendar, communications, notes, custom fields, custom actions, webhooks, and Clio Grow intake leads -- covering Clio Manage API v4 and Clio Grow API v2.
connect_cliowriteStart connecting your Clio account: register your Developer Application's key/secret and region, then get back a one-time browser authorize_url. Open it, log into Clio, and approve access -- Clio redirects back here automatically and the connection finishes itself, no further action needed.
disconnect_cliodestructiveDisconnect a Clio account: deletes the saved OAuth tokens. Nothing in Clio itself is changed -- matters/documents/bills already created stay untouched.
list_connectionsreadList the connected Clio accounts (region, firm/account name).
list_mattersreadList matters (legal cases/files) in the connected Clio account, optionally filtered by status, client, or a free-text search.
get_matterreadRead one matter in full -- description, status, client, practice area, responsible attorney, and dates.
create_matterwriteOpen a new matter (legal case/file) for a client. Clio requires both a client and a description.
update_matterwriteUpdate selected fields of an existing matter -- description, status, responsible attorney, or dates. Only given fields change.
set_matter_custom_fieldwriteSet a custom field value on a matter -- e.g. jurisdiction, case type, or any firm-specific field defined in Clio.
list_contactsreadList contacts (people and companies) in the connected Clio account, optionally filtered by type or a free-text search.
get_contactreadRead one contact in full -- name, type, emails, phones, and client status.
create_contactwriteCreate a new Person or Company contact -- the record you attach as a matter's client, or as a party on a communication.
update_contactwriteUpdate selected fields of an existing contact -- name, email, or phone. Only given fields change.
delete_contactwritePermanently delete a contact from Clio. Fails if the contact is attached to a matter as a client -- close or reassign the matter first.
list_documentsreadList documents stored in Clio, optionally filtered to one matter or by a free-text name search.
get_documentreadRead one document's metadata -- name, matter, category, size, and upload status.
upload_documentwriteUpload a file to Clio and attach it to a matter. Runs Clio's full 3-step upload (create metadata, PUT bytes to the presigned URL, confirm) as one call -- give it the file's base64 content and it handles the rest.
download_documentreadDownload a document's file content from Clio as base64.
delete_documentwritePermanently delete a document from Clio.
list_activitiesreadList time entries and expense entries recorded in the connected Clio account, optionally filtered by matter or type.
create_time_entrywriteLog a billable or non-billable time entry against a matter -- the core of legal timekeeping. Duration is given in seconds.
create_expense_entrywriteLog a billable or non-billable expense (e.g. a filing fee, courier cost) against a matter.
update_activitywriteUpdate an existing time entry or expense entry's note, duration/price, or billable flag.
delete_activitywritePermanently delete a time entry or expense entry. Cannot be undone -- fails if it is already included on an issued bill.
list_tasksreadList to-do tasks in the connected Clio account, optionally filtered by matter, status, or assignee.
create_taskwriteCreate a new to-do task in Clio, optionally attached to a matter and assigned to a user.
update_taskwriteUpdate a task's status, title, due date, or priority.
delete_taskwritePermanently delete a task. Cannot be undone.
list_calendar_entriesreadList calendar entries (hearings, meetings, deadlines) in the connected Clio account, optionally filtered by matter or date range.
create_calendar_entrywriteCreate a new calendar entry (hearing, deposition, client meeting), optionally attached to a matter.
update_calendar_entrywriteUpdate a calendar entry's title, time, or location.
delete_calendar_entrywritePermanently delete a calendar entry. Cannot be undone.
list_billsreadList invoices (bills) in the connected Clio account, optionally filtered by matter or state.
get_billreadRead one bill (invoice) in full -- its state, totals, and balance.
create_billwriteGenerate a new bill (invoice) for a matter from its unbilled time/expense entries -- either explicit activity ids, or every unbilled activity on the matter by default.
update_bill_statewriteMove a bill through its lifecycle: 'awaiting_approval', 'approved', 'sent', or 'void'.
list_communicationsreadList logged communications (emails/calls/notes) in the connected Clio account, optionally filtered by matter.
log_communicationwriteLog a communication (email, phone call, or note) against a matter in Clio, for the firm's own record-keeping.
list_custom_fieldsreadList custom field definitions configured in the connected Clio account, optionally filtered by which record type they apply to (Matter/Contact/Communication).
list_custom_actionsreadList custom action buttons this connector (or others) has registered inside the connected Clio account's UI.
create_custom_actionwriteAdd a custom action button to the connected Clio account's UI (e.g. on a matter's detail page) that opens an Imperal URL when clicked.
delete_custom_actionwriteRemove a custom action button from the connected Clio account's UI.
list_webhooksreadList webhook subscriptions registered by this connector in the connected Clio account.
create_webhookwriteSubscribe to real-time change events (created/updated/deleted) for a Clio model such as matters, contacts, documents, activities, or bills. Clio test-pings the endpoint immediately to confirm it is reachable.
delete_webhookwriteRemove a webhook subscription from the connected Clio account.
list_usersreadList users (attorneys/staff) in the connected Clio account, optionally filtered by a free-text name/email search.
list_practice_areasreadList practice areas (e.g. Litigation, Family Law, Real Estate) configured in the connected Clio account, used to classify matters.
connect_grow_cliowriteStart connecting your Clio Grow account (a SEPARATE product from Clio Manage, for intake/lead CRM): register your Grow Developer Application's key/secret, then get back a one-time browser authorize_url. Open it, log into Clio Grow, and approve access -- Clio redirects back here automatically and the connection finishes itself.
disconnect_grow_cliodestructiveDisconnect a Clio Grow account: deletes the saved OAuth key/secret/tokens. Nothing in Clio Grow itself is changed.
list_grow_connectionsreadList the connected Clio Grow accounts.
list_grow_contactsreadList contacts (leads/clients) in the connected Clio Grow account.
list_inbox_leadsreadList intake leads captured in the connected Clio Grow account (e.g. from your website's contact form).
get_inbox_leadreadRead one intake lead in full from the connected Clio Grow account.
create_inbox_leadwriteCreate a new intake lead in Clio Grow -- e.g. to funnel a form submission from your own site's contact form straight into the firm's intake pipeline.
list_grow_sourcesreadList lead sources configured in the connected Clio Grow account (e.g. 'Website', 'Referral', 'Google Ads').
create_grow_sourcewriteCreate a new lead source in the connected Clio Grow account, so incoming leads can be attributed to it.
list_grow_mattersreadList matters (intake cases) tracked in the connected Clio Grow account.
create_grow_matter_notewriteAdd a note to a matter in the connected Clio Grow account -- e.g. logging an intake call summary.
Install Clio and let Webbee use it across your workflow.
Open in panel