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: 22 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11090,6 +11090,9 @@ paths:
recipients:
- type: to
email: testing-workspace@email.com
reply_to:
- email: replies@example.com
name: Support Team
author:
type: lead
id: '991267645'
Expand Down Expand Up @@ -29939,6 +29942,25 @@ components:
nullable: true
description: The reason this recipient was dropped, if applicable.
example:
reply_to:
type: array
nullable: true
description: The Reply-To header addresses of the source message, where
a reply will be routed. Can differ from the sender's From address. Only
present for email conversations.
items:
type: object
properties:
email:
type: string
format: email
description: The Reply-To email address.
example: replies@example.com
name:
type: string
nullable: true
description: The display name associated with the Reply-To address.
example: Support Team
subject:
type: string
nullable: true
Expand Down