联系FlowBot官方微信号:flowbot,可申请测试账号~
该指令异步回执包含数据信息: //mode="callBack"且status='success'时, 其中data.response格式示例: { nickName: '昵称/备注', headImg: "data:image/jpeg;base64,xxxxxxxxxxx", phone: "13123456789" }
{ "taskList":[ { "type":20008, "phone":"17300978185" } ] }
curl --location -g --request POST 'https://api.flowbot.xlrpa.com/api/sendTask?robotId=b1395e58b79ca910aa34330efdba47cb' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Content-Type: application/json' \ --data-raw '{ "taskList":[ { "type":20008, "phone":"17300978185" } ] }'
{ "code": 200, "message": "指令发送成功" }