Reply to an existing message in a chat or thread. One of the following scopes is required for using this action:
  • Read and send messages in private and group chats
  • Send messages as an app
External DocumentationTo learn more, visit the Lark documentation.

Parameters

ParameterDescription
Message IDThe ID of the message to reply to.

This value can be obtained from previous message responses or by using the List Messages action.
Message TypeThe type of message content to reply.
Reply ContentThe content of the reply message. The format depends on the message type.

For example, to send a simple text reply, use the following format:
{
"text": "This is a reply to your message"
}

For the full list of message formats, refer to Lark API documentation.
Reply In ThreadSelect to reply within the current thread. Otherwise will be replied to the parent thread message.

Workflow Library Example

Reply Message with Lark and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop