Skip to content

Commit 0793726

Browse files
authored
docs: Update description for listDataConnectors endpoint to be simpler (#417)
1 parent ecdd1a1 commit 0793726

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10297,12 +10297,7 @@ paths:
1029710297
- Data Connectors
1029810298
operationId: listDataConnectors
1029910299
description: |
10300-
You can fetch a list of all data connectors for your workspace by making a GET request to `https://api.intercom.io/data_connectors`.
10301-
10302-
Data connectors allow you to make HTTP requests to external APIs from Intercom workflows and AI agents.
10303-
Each connector in the response includes an `execution_results_url` for navigating to its execution logs.
10304-
10305-
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.
10300+
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.
1030610301
responses:
1030710302
'200':
1030810303
description: successful

0 commit comments

Comments
 (0)