# Feishu

If your organization uses Feishu for communication, you can integrate with the Feishu bot to send notifications upon job completion or failure.

## Create Feishu bot

You can follow this guide from Feishu documentation to create a bot and retrieve the bot credentials (Bot App ID and Feishu Bot App Secret):  [Send messages via Feishu bot](https://www.feishu.cn/hc/en-US/articles/348229340087-send-messages-via-feishu-bot).

## Configure Feishu integration

1. In your Recurve organization, go to **Connections** > **Integrations**, locate the Feishu option and click **Connect**.
2. Input Feishu Bot App ID and Feishu Bot App Secret, then click **Confirm**.

   Recurve will try to authenticate the bot.

## Add notification to jobs

With the bot integrated, you can select the Feishu option as notification destination for a job execution.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reorc.com/connections/integrations/feishu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
