All Products
Search
Document Center

Cloud Phone:Integrate Wuying JVS Mobile with IM platforms

Last Updated:Jun 03, 2026

Connect OpenClaw in Wuying JVS Mobile to DingTalk or Feishu so that IM users can control OpenClaw and run tasks through chat.

Prerequisites

Before you begin, ensure that you have:

DingTalk integration

Step 1: Create an application

  1. Log on to the DingTalk Open Platform.

    Note
    • Select an organization where you have developer permissions, or click Get Developer Permissions.

    • To create an organization, scan the QR code below with the DingTalk app.image

  2. In the top navigation bar, click Application development. On the DingTalk application page, find Create an OpenClaw bot application in one click to start your intelligent collaboration journey, and then click Create now.

Step 2: Create a bot

  1. On the Create OpenClaw bot page, fill in the required information and click OK.

  2. Record the Client ID and Client Secret for the OpenClaw bot.

  3. On the DingTalk application page, select the application you just created. In the left-side navigation pane, choose Bot.

  4. On the bot configuration page, set Message receiving mode to Stream mode, and click Publish.

Step 3: Publish the application

After you publish the application, members of your organization can find and use the bot in DingTalk.

  1. In the left-side navigation pane, choose Version management and publishing, and then click Create new version.

  2. Complete the configuration, then click Save at the bottom of the page to publish the version.

Step 4: Configure OpenClaw access

In an OpenClaw conversation, run the following commands to configure the Client ID and Client Secret for the DingTalk channel.

openclaw plugins enable dingtalk-connector
openclaw config set channels.dingtalk-connector.clientId <clientId>
openclaw config set channels.dingtalk-connector.clientSecret <clientSecret>
openclaw restart

Step 5: Verify the configuration

Interact with the bot in a group chat

  1. Open the DingTalk client and go to any group chat.

    • If you use an existing group chat, make sure it belongs to the same organization where you created the bot.

    • If you create a new group chat, select the same organization where you created the bot.

  2. Click Group settings in the upper-right corner, and then choose Bot.

  3. In the Bot management module, select Add Bot.

  4. On the Add bot page, search for the bot you published and click it to add.

  5. After adding the bot, @mention it in the group to receive an automatic reply.

Interact with the bot in a direct message

  1. In the DingTalk search bar, enter your bot's name to start a conversation.

  2. Send a message to the bot.

Feishu integration

Step 1: Create a Feishu application

  1. Log on to the Feishu Open Platform and click Create custom app.

  2. In the left-side navigation pane, click Credentials and basic information and record the App ID and App Secret.

Step 2: Add a bot and subscribe to events

  1. In the left-side navigation pane, choose Add app features. Under the Bot card, click Add.

  2. In the left-side navigation pane, click Events and callbacks, click Add event, and subscribe to the following events:

    • im.message.receive_v1

    • im.message.reaction.created_v1

    • im.message.reaction.deleted_v1

    • application.bot.menu_v6

Step 3: Set permissions and publish

  1. In the left-side navigation pane, click Permission management, click Bulk import/export permissions, and enter the following code:

    {
     "scopes": {
     "tenant": [
     "aily:file:read",
     "aily:file:write",
     "application:application.app_message_stats.overview:readonly",
     "application:application:self_manage",
     "application:bot.menu:write",
     "cardkit:card:write",
     "contact:user.employee_id:readonly",
     "corehr:file:download",
     "docs:document.content:read",
     "event:ip_list",
     "im:chat",
     "im:chat.access_event.bot_p2p_chat:read",
     "im:chat.members:bot_access",
     "im:message",
     "im:message.group_at_msg:readonly",
     "im:message.group_msg",
     "im:message.p2p_msg:readonly",
     "im:message:readonly",
     "im:message:send_as_bot",
     "im:resource",
     "sheets:spreadsheet",
     "wiki:wiki:readonly"
     ],
     "user": ["aily:file:read", "aily:file:write", "im:chat.access_event.bot_p2p_chat:read"]
     }
    }
  2. In the left-side navigation pane, go to Version management and publishing and publish the application.

Step 4: Configure OpenClaw access

In an OpenClaw conversation, run the following commands to configure the App ID and App Secret for the Feishu channel.

openclaw plugins enable feishu
openclaw config set channels.feishu.accounts.main.appId <appId>
openclaw config set channels.feishu.accounts.main.appSecret <appSecret>
openclaw restart

Step 5: Verify the configuration

  1. In the Feishu client, search for your bot.

  2. Send a message to the bot.