From f19c5e0296c21278de71c0f8174b2d09c5ab7b88 Mon Sep 17 00:00:00 2001 From: ellicenelson Date: Fri, 20 Mar 2026 16:13:35 +0000 Subject: [PATCH] docs: Update description for listDataConnectors endpoint to be simpler --- descriptions/0/api.intercom.io.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index d2450d4..2425796 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -10297,12 +10297,7 @@ paths: - Data Connectors operationId: listDataConnectors description: | - You can fetch a list of all data connectors for your workspace by making a GET request to `https://api.intercom.io/data_connectors`. - - Data connectors allow you to make HTTP requests to external APIs from Intercom workflows and AI agents. - Each connector in the response includes an `execution_results_url` for navigating to its execution logs. - - Results are ordered by `updated_at` descending and paginated using cursor-based pagination. Use the `starting_after` cursor from `pages.next` to fetch the next page. When `pages.next` is absent, you have reached the last page. + Returns a paginated list of all data connectors for the workspace, ordered by most recently updated first. Data connectors allow workflows and AI agents to make HTTP requests to external APIs. responses: '200': description: successful