# Article Name 4 Ways to Access Contract Details in Intercom # Article Summary Explore four practical methods to access contract details in Intercom, helping you retrieve key agreement info fast # Original HTML URL on Toriihq.com https://www.toriihq.com/articles/how-to-find-contract-details-intercom # Details Digging through conversations just to find a renewal date or payment clause wastes time and frustrates everyone. When you’re juggling support tickets, invoices, and legal checks, every click matters. This guide shows four fast ways to surface contract data inside Intercom, directly in chat, via the user profile, through tags, and with custom reports, so you can answer questions, approve deals, or flag risks without leaving your workflow. ## Use Intercom's UI Here, you’ll use Intercom’s workspace settings to pull up the price, renewal date, and documents tied to your subscription. ### Open your workspace settings - Sign in to Intercom. - Click the gear icon in the lower-left corner to open Settings. ### Go to Billing › Overview - From the left menu, choose Billing. - Overview opens automatically. Intercom’s docs label this the “billing overview” page. ### Check your plan summary - At the top, look for “Your plan,” which shows the package name, add-ons, and seat count. - A usage bar under each item flags approaching overages. ### Note renewal and payment details - In the upper-right corner of the Overview page, find “Next invoice.” - It lists the invoice date, amount due, and whether you’re on a monthly or annual cycle. ### Download invoices or the full contract (optional) - Under Billing, open Invoices. - Select the invoice you need and download the PDF. - For the signed order form or master agreement, open the Documents tab and download the file listed there. That’s all. You’ll find every item inside the Intercom UI without installing anything else. ## Use Torii Skip the Intercom login and pull contract details straight into Torii [https://www.toriihq.com/], the SaaS management platform that shows every subscription in one place. With everything side by side, you finally have a reliable snapshot of your software stack. ### 1. Create your Torii account Reach out to Torii [https://www.toriihq.com/] to kick off a no-charge 14-day proof of concept that runs on your own data. ### 2. Hook up your expense systems & contracts Once your workspace is live, link your finance tools such as Coupa, QuickBooks, or any other system to Torii. The platform immediately imports the spend tied to your Intercom subscription. You can also drag and drop contracts directly into Torii; its AI scans each file and grabs the pricing details. Detailed steps for the Intercom integration are here [https://support.toriihq.com/hc/en-us/articles/5167391129499#h8d4dd584c4]. ### 3. Locate Intercom inside Torii Use the search bar at the top of the Torii dashboard to look for “Intercom.” The app page shows seat counts, total spend, upcoming renewal dates, and other key metrics in one view. ### Or, chat with Eko Torii’s AI helper, Eko [https://www.toriihq.com/eko], lets you grab Intercom details inside Torii through quick chat commands. Click the Eko icon in the lower-right corner of the dashboard, type your Intercom request, and the chat window shows the data right away. ## Use Intercom's API The steps below show how to pull contract fields, stored as custom attributes on a Contact or Company, through Intercom’s public REST endpoints. ### 1. Get an access token - In Intercom, create a personal access token with read:contacts and read:companies scopes. - Keep it nearby; each request passes it in an Authorization: Bearer header. ### 2. Locate the record’s Intercom ID - If you already store the Intercom ID in your app, jump to the next step. - Otherwise, use the Search endpoint: - The response includes id for the matching contact. ### 3. Pull custom attributes for a Contact - Make a simple GET request: - In the JSON response, look for customattributes. Example: ### 4. Pull contract fields from a linked Company (optional) - Some teams keep contract info on the Company record instead of the Contact. - Get the company ID from the contact response under companies. - Then call: - Read the same customattributes object for terms, value, renewal status, or any other fields you track. ### 5. Filter contacts by contract status (advanced) Need a list of contracts expiring soon? Use a filtered search: The API returns every contact whose contractenddate is on or before June 30, 2024. ### 6. Keep the data fresh - Any time a contract is signed, renewed, or canceled, update the same customattributes with a PATCH request: - Staying consistent with field names avoids extra mapping later. With these calls in place, your app or BI tool can surface contract terms wherever they’re needed. ## Use Claude (via MCP) You can pull the same data straight into Claude in just a few minutes by using the Model Context Protocol (MCP). Claude, Anthropic’s conversational AI, works much like ChatGPT. To pull contract information from Intercom inside Claude, walk through the steps below in order: ### 1. Configure Torii use the earlier Torii [https://www.toriihq.com/] setup steps to connect your Intercom workspace so Torii can read your usage data. Afterward, open the Torii Settings page and generate a fresh API key that you will provide to Claude. ### 2. Enable MCP in Claude For step-by-step instructions, use the official Torii MCP guide [https://www.npmjs.com/package/@toriihq/torii-mcp?activeTab=readme] and the related blog post [https://www.toriihq.com/blog/introducing-model-context-protocol-in-torii] on the Torii site. After installing the Claude Desktop application, add the JSON snippet below to your claudedesktopconfig.json configuration file: Replace YOURAPI_KEY with the value you generated in Torii a moment ago, then save the file. ### 3. Chat with Claude Once the configuration is in place, open Claude and start a conversation with your Torii environment. You can ask it to examine your Intercom instance and report back on license counts, spend totals, renewal dates, and more. ## Torii for SaaS Management Looking to dive deeper into SaaS Management across your organization? Reach out to our team. Torii's SaaS Management Platform enables you to: - Uncover shadow IT: Continuous AI scans run in the background and flag unapproved apps the moment they show up. - Reduce spend: Identify unused licenses and overlapping tools, then reallocate or cancel them before the next invoice hits. - Automate employee lifecycle: Onboarding and offboarding workflows run themselves, saving time while preventing access mistakes. - Receive renewal reminders: We surface every contract date early, so surprises never reach your mailbox. Torii brings Finance, IT, and Security teams together around one accurate SaaS inventory. See the full platform in action at Torii [https://www.toriihq.com].