Learn R Programming

easyWechat (version 0.2.0)

WechatRobot: WechatRobot

Description

WechatRobot

Usage

WechatRobot(
  key,
  msg = "",
  qyapi = "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=",
  msgtype = "text"
)

Value

response of the request

Arguments

key

The key for the WeChat Work robot.

msg

Text message.

qyapi

WeChat Work API.

msgtype

Type of text message being sent.

Examples

Run this code
WechatRobot(key = "79bdbb23-7f7e-4fb6-b669-97f7e744755e", msg = "test---SaveRds Success!")

Run the code above in your browser using DataLab