ACW (After Call Work) Mode Config
acwActionCJI(type, usertype, user, orgidentity, pwdtype, password, agent_group_id, pushevent, callbackFuc)
Change the ACW mode of the agent in agent group
| Params | Type | Description |
| type | String | 1(Ringing ACW) / 2(Answered ACW) / 3(Disable ACW) |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| orgidentity | String | The identity string of the team |
| pwdtype | String | Use plaintext or md5 password for agent or account |
| password | String | password |
| agent_group_id | String | agent group id |
| pushevent | String | If need send a agent event, yes / no(default) |
| callbackFuc | String | callback function |
{code:code,message:message}
| Value | Description |
{code:1,message:message}
| {code:Succeed,message:Messages}
|
{code:2,message:message}
| {code:Failed,message:Messages}
|