A data connector allows you to make HTTP requests to external APIs from Intercom workflows and AI agents.
A description of what this data connector does.
Example:"Fetches order status from external fulfillment API"
The HTTP method used by the data connector.
Enum:"get""post""put""delete""patch"
Example:"post"
Whether this data connector is assigned to Fin for direct usage.
Example:false
The time the data connector was last updated.
Example:"2026-01-20T14:22:15Z"
{ "type": "data_connector", "id": "12345", "name": "Order Status Service", "description": "Fetches order status from external fulfillment API", "state": "live", "http_method": "post", "direct_fin_usage": false, "created_by_admin_id": "12345", "updated_by_admin_id": "12345", "created_at": "2025-11-15T09:30:00Z", "updated_at": "2026-01-20T14:22:15Z", "execution_results_url": "/data_connectors/12345/execution_results" }