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
19 changes: 8 additions & 11 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10497,8 +10497,8 @@ paths:
data:
- type: data_connector
id: '12345'
name: Slack Notification Service
description: Posts conversation updates to Slack channel
name: Order Status Service
description: Fetches order status from external fulfillment API
state: live
http_method: post
direct_fin_usage: false
Expand Down Expand Up @@ -10713,8 +10713,8 @@ paths:
value:
type: data_connector
id: '12345'
name: Slack Notification Service
description: Posts conversation updates to Slack channel
name: Order Status Service
description: Fetches order status from external fulfillment API
state: live
http_method: post
direct_fin_usage: false
Expand Down Expand Up @@ -22574,7 +22574,6 @@ components:
example: "https://api.example.com/orders/{{order_id}}/status"
body:
type: string
nullable: true
description: The request body template. Supports template variables.
direct_fin_usage:
type: boolean
Expand Down Expand Up @@ -22701,7 +22700,6 @@ components:
example: "https://api.example.com/orders/{{order_id}}/status"
body:
type: string
nullable: true
description: The request body template. Supports template variables.
direct_fin_usage:
type: boolean
Expand Down Expand Up @@ -22811,12 +22809,12 @@ components:
name:
type: string
description: The name of the data connector.
example: Slack Notification Service
example: Order Status Service
description:
type: string
nullable: true
description: A description of what this data connector does.
example: Posts conversation updates to Slack channel
example: Fetches order status from external fulfillment API
state:
type: string
description: The current state of the data connector.
Expand Down Expand Up @@ -22882,12 +22880,12 @@ components:
name:
type: string
description: The name of the data connector.
example: Slack Notification Service
example: Order Status Service
description:
type: string
nullable: true
description: A description of what this data connector does.
example: Posts conversation updates to Slack channel
example: Fetches order status from external fulfillment API
state:
type: string
description: The current state of the data connector.
Expand All @@ -22902,7 +22900,6 @@ components:
example: "https://api.example.com/orders/{{order_id}}/status"
body:
type: string
nullable: true
description: The request body template. Supports template variables.
example: '{"text": "{{message}}"}'
headers:
Expand Down
Loading