Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14287,8 +14287,8 @@ paths:
| id | String |
| created_at | Date (UNIX timestamp) |
| updated_at | Date (UNIX timestamp) |
| _default_title_ | String |
| _default_description_ | String |
| title | String |
| description | String |
| category | String |
| ticket_type_id | String |
| contact_ids | String |
Expand Down Expand Up @@ -14820,7 +14820,7 @@ paths:
operationId: listBrands
description: |
Retrieves all brands for the workspace, including the default brand.
The default brand id always matches the workspace
The default brand id always matches the workspace
parameters:
- name: Intercom-Version
in: header
Expand Down
16 changes: 8 additions & 8 deletions descriptions/2.11/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10347,8 +10347,8 @@ paths:
| id | String |
| created_at | Date (UNIX timestamp) |
| updated_at | Date (UNIX timestamp) |
| _default_title_ | String |
| _default_description_ | String |
| title | String |
| description | String |
| category | String |
| ticket_type_id | String |
| contact_ids | String |
Expand Down Expand Up @@ -10866,7 +10866,7 @@ components:
title: Action Component
oneOf:
- "$ref": "#/components/schemas/sheet_action_component"
- "$ref": "#/components/schemas/url_action_component"
- "$ref": "#/components/schemas/url_action_component"
- "$ref": "#/components/schemas/submit_action_component"
activity_log:
title: Activity Log
Expand Down Expand Up @@ -17101,7 +17101,7 @@ components:

- Adding an `action` to the single-select component
- Using a ButtonComponent (which will submit all interactive components in the canvas)

When a submit action takes place, the results are given in a hash with the `id` from the single-select component used as the key and the `id` from the chosen option as the value.
properties:
type:
Expand Down Expand Up @@ -17293,7 +17293,7 @@ components:
type: string
description: The id of the component clicked by the teammate to trigger the request.
context:
"$ref": "#/components/schemas/context"
"$ref": "#/components/schemas/context"
description: The context of where the app is added, where the user last visited, and information on the Messenger settings.
conversation:
"$ref": "#/components/schemas/conversation"
Expand Down Expand Up @@ -17327,11 +17327,11 @@ components:
type: object
description: |
The response object returned when submitting an app interaction. This will replace the previous canvas that was visible until the app was interacted with.

You can optionally provide an event object with the attribute `type` given as `completed` to tell us if the app has completed its purpose. For example, an email collector app would be complete when the end-user submits their email address.

Apps in conversation details can also optionally insert an app into the conversation reply:

1. You respond with a card_creation_options object (https://developers.intercom.com/canvas-kit-reference/reference/card-creation-options)
2. We send a request to the initialize URL for Messenger capabilities (https://developers.intercom.com/docs/build-an-integration/getting-started/build-an-app-for-your-messenger/request-flows) with the card_creation_options object present
3. You respond with a canvas object with the components you want to insert into the conversation reply
Expand Down
4 changes: 2 additions & 2 deletions descriptions/2.12/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11078,8 +11078,8 @@ paths:
| id | String |
| created_at | Date (UNIX timestamp) |
| updated_at | Date (UNIX timestamp) |
| _default_title_ | String |
| _default_description_ | String |
| title | String |
| description | String |
| category | String |
| ticket_type_id | String |
| contact_ids | String |
Expand Down
4 changes: 2 additions & 2 deletions descriptions/2.13/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12424,8 +12424,8 @@ paths:
| id | String |
| created_at | Date (UNIX timestamp) |
| updated_at | Date (UNIX timestamp) |
| _default_title_ | String |
| _default_description_ | String |
| title | String |
| description | String |
| category | String |
| ticket_type_id | String |
| contact_ids | String |
Expand Down
4 changes: 2 additions & 2 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13463,8 +13463,8 @@ paths:
| id | String |
| created_at | Date (UNIX timestamp) |
| updated_at | Date (UNIX timestamp) |
| _default_title_ | String |
| _default_description_ | String |
| title | String |
| description | String |
| category | String |
| ticket_type_id | String |
| contact_ids | String |
Expand Down