You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
-290Lines changed: 0 additions & 290 deletions
Original file line number
Diff line number
Diff line change
@@ -10266,206 +10266,6 @@ paths:
10266
10266
message: Requested resource is not available in current API version.
10267
10267
schema:
10268
10268
"$ref": "#/components/schemas/error"
10269
-
"/custom_channel_events/notify_new_conversation":
10270
-
post:
10271
-
summary: Notify Intercom of a new conversation created in a custom channel
10272
-
tags:
10273
-
- Custom Channel Events
10274
-
operationId: notifyNewConversation
10275
-
description: |
10276
-
Notifies Intercom that a new conversation was created in your custom channel/platform. This triggers conversation creation and workflow automations within Intercom for your custom channel integration.
10277
-
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
summary: Notify Intercom of a new message in a custom channel conversation
10315
-
tags:
10316
-
- Custom Channel Events
10317
-
operationId: notifyNewMessage
10318
-
description: |
10319
-
Notifies Intercom that a new message was sent in a conversation on your custom channel/platform. This allows Intercom to process the message and trigger any relevant workflow automations.
10320
-
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
summary: Notify Intercom of a quick reply response in a custom channel conversation
10367
-
tags:
10368
-
- Custom Channel Events
10369
-
operationId: notifyQuickReplySelected
10370
-
description: |
10371
-
Notifies Intercom that a user selected a quick reply option in your custom channel/platform. This allows Intercom to process the response and trigger any relevant workflow automations.
10372
-
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
summary: Notify Intercom of an attribute collector response in a custom channel conversation
10419
-
tags:
10420
-
- Custom Channel Events
10421
-
operationId: notifyAttributeCollected
10422
-
description: |
10423
-
Notifies Intercom that a user provided a response to an attribute collector in your custom channel/platform. This allows Intercom to process the attribute and trigger any relevant workflow automations.
10424
-
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
description: Type of contact, must be "user" or "lead".
24903
-
external_id:
24904
-
type: string
24905
-
description: External identifier for the contact. Intercom will take care of the mapping of your external_id with our internal ones so you don't have to worry about it.
24906
-
name:
24907
-
type: string
24908
-
description: Name of the contact. Required for user type.
24909
-
email:
24910
-
type: string
24911
-
format: email
24912
-
description: Email address of the contact. Required for user type.
24913
-
custom_channel_notification_response:
24914
-
type: object
24915
-
required:
24916
-
- external_conversation_id
24917
-
- conversation_id
24918
-
- external_contact_id
24919
-
- contact_id
24920
-
properties:
24921
-
external_conversation_id:
24922
-
type: string
24923
-
description: The external conversation ID provided in the notification request
24924
-
conversation_id:
24925
-
type: string
24926
-
description: The Intercom conversation ID mapped to the external conversation ID
24927
-
external_contact_id:
24928
-
type: string
24929
-
description: The external contact ID provided in the notification request
24930
-
contact_id:
24931
-
type: string
24932
-
description: The Intercom contact ID mapped to the external contact ID
24933
24663
custom_action_finished:
24934
24664
title: Part type - custom_action_finished
24935
24665
type: object
@@ -29404,19 +29134,6 @@ components:
29404
29134
message: Contact not found or could not be created
With the "Custom Channel" integration, you can bring Fin and Intercom capabilities to your own platform via API, enabling powerful custom integrations.
29469
-
29470
-
Intercom treats your integration like any other Intercom channel, allowing your application and Intercom to exchange events seamlessly. This makes it possible, for example, for your users to interact with Fin directly within your own application’s UI.
29471
-
29472
-
> **Note:** "Fin over API" is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
0 commit comments