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
22 changes: 14 additions & 8 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10208,7 +10208,9 @@ paths:
description: Posts conversation updates to Slack channel
state: live
http_method: post
usage: workflow_and_inbox
direct_fin_usage: false
created_by_admin_id: '128'
updated_by_admin_id: '128'
created_at: '2025-11-15T09:30:00Z'
updated_at: '2026-01-20T14:22:15Z'
execution_results_url: "/data_connectors/12345/execution_results"
Expand Down Expand Up @@ -21688,14 +21690,18 @@ components:
- delete
- patch
example: post
usage:
direct_fin_usage:
type: boolean
description: Whether this data connector is assigned to Fin for direct usage.
example: false
created_by_admin_id:
type: string
description: Where this data connector can be used.
enum:
- workflow_and_inbox
- fin
- fin_voice
example: workflow_and_inbox
description: The ID of the admin who created this data connector.
example: '12345'
updated_by_admin_id:
type: string
description: The ID of the admin who last updated this data connector.
example: '12345'
created_at:
type: string
format: date-time
Expand Down
Loading