Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading