get_admin | Fetch a single admin (teammate) by id. |
get_article | Fetch a single Help Center article by id. |
get_company | Fetch a single company by its Intercom id. |
get_contact | Fetch a single contact by its Intercom id. |
get_conversation | Fetch a single conversation with all its parts. |
list_admins | List all admins (teammates) in the workspace. |
list_articles | List all Help Center articles, most recently updated first, page-paginated. |
list_companies | List all companies, sorted by last request time, page-paginated. |
list_company_contacts | List the contacts attached to a company. |
list_contacts | List all contacts (users and leads) in the workspace, cursor-paginated. |
list_conversations | List all conversations, most recent first, cursor-paginated. |
list_help_center_collections | List all Help Center collections. |
list_notes | List the notes attached to a contact. |
list_tags | List all tags in the workspace. |
search_contacts | Search contacts with an Intercom query object (field/operator/value, nestable AND/OR). |
search_conversations | Search conversations with an Intercom query object (field/operator/value, nestable AND/OR). |