> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reply Message

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`

<Note>
  External Documentation

  To learn more, visit the [Lark documentation](https://open.larksuite.com/document/server-docs/im-v1/message/reply).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                                             |
  | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Message ID      | The ID of the message to reply to.<br /><br />This value can be obtained from previous message responses or by using the `List Messages` action.                                                                                                                                                                                                                                                                        |
  | Message Type    | The type of message content to reply.                                                                                                                                                                                                                                                                                                                                                                                   |
  | Reply Content   | The content of the reply message. The format depends on the message type.<br /><br />For example, to send a simple text reply, use the following format:<br /><pre><code>\{<br />  "text": "This is a reply to your message"<br />}</code></pre>For the full list of message formats, refer to [Lark API documentation](https://open.larksuite.com/document/server-docs/im-v1/message-content-description/create_json). |
  | Reply In Thread | Select to reply within the current thread. Otherwise will be replied to the parent thread message.                                                                                                                                                                                                                                                                                                                      |
</div>

## Workflow Library Example

[Reply Message with Lark and Send Results Via Email](https://library.blinkops.com/workflows/reply-message-with-lark-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/reply-message-with-lark-and-send-results-via-email/canvas" />
</div>
