mira-app-core
Version:
Core library for Mira TypeScript project - provides base functionality without auto-execution
22 lines • 453 B
JSON
{
"timerEnabled": false,
"reportTime": "20:00",
"reportLoop": -1,
"reportDaysRange": 7,
"maxDisplayUsers": 10,
"reportApis": [
{
"method": "POST",
"url": "YOUR_HOOK_URL",
"headers": {
"Content-Type": "application/json"
},
"body": {
"msgtype": "markdown",
"markdown": {},
"openConversationId": "YOUR_CONVERSATION_ID",
"robotCode": "YOUR_ROBOT_CODE"
}
}
]
}