You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10297,12 +10297,7 @@ paths:
10297
10297
- Data Connectors
10298
10298
operationId: listDataConnectors
10299
10299
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.
0 commit comments