All Products
Search
Document Center

Cloud Phone:Integrate Wuying JVS Mobile with IM platforms

Last Updated:Apr 29, 2026

This topic describes how to integrate OpenClaw in Wuying JVS Mobile with an IM platform. This lets you use IM conversations to control OpenClaw and run tasks.

DingTalk integration

Create application

  1. Log on to the DingTalk Open Platform.

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

    • If you need to create an organization, scan the QR code below with the DingTalk app to create one.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 on the right.

Create 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 that 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.

Publish 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. After you complete the configuration, click Save at the bottom of the page to publish the version.

Configure OpenClaw access

In an OpenClaw conversation, run the following commands to quickly 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

Verify 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, make sure to 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 a created and published bot and click it to add.

  5. After the bot is added, mention it with @ to get 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

Create 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.

Add bot and 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 add the following events:

    • im.message.receive_v1

    • im.message.reaction.created_v1

    • im.message.reaction.deleted_v1

    • application.bot.menu_v6

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.

Configure OpenClaw access

In an OpenClaw conversation, run the following commands to quickly 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

Verify configuration

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

  2. Send a message to the bot.