Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.16 KB

Destination.md

File metadata and controls

12 lines (8 loc) · 1.16 KB

Destination

The destination of the message, in the case of channel targeting or sending silent messages. Only applicable if the author role is business and the conversation is of type personal.

Properties

Name Type Description Notes
integration_id str The id of the integration to deliver the message to. Will return an error if the integration does not exist or if the user does not have a client for the integration attached to the conversation. [optional]
integration_type str The type of the integration to deliver the message to. Can be set to `none` if sending a silent message. Will return an error if the user does not have a client of that type attached to the conversation. [optional]

[Back to Model list] [Back to API list] [Back to README]