编辑任务(自动重呼)
POST
https://api.itniotech.com/voice/recallFlow/update
AI Agent自动重呼任务详情编辑,仅当自动重呼任务状态为待执行时才可以编辑
请求示例
Request URL:
https://api.itniotech.com/voice/recallFlow/update
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"keyId": 299,
"recallType": 0,
"recallInterval": 30,
"recallNum": 1,
"recallIntent":["101"],
"nodeList": [
{
"scriptId": 123
}
]
}
响应示例
{
"code": 0,
"msg": "success",
"data": null
}