Reply¶
Sends a message that attached to the case.
1 |
|
Parameters¶
Message message
The message to send.
( string | Identity ) from
The identity of the user sending the message. Default is channel.
boolean forward
Indicates whether the message is a forwarded. Default is false.
Returns¶
Reply activity object.
Remarks¶
This method used to send a message on the case. Sent message wil be attached to case and will be listed in
the case activity feed and included in mail thread.
from
parameter can be an user identity to send message on behalf of that user. If not specified, the message
will be sent from the channel mail address.
forward
parameter indicates whether the message is a forwarded message. If not specified, the message will be
considered as a new message.