Invite Agent
Invite an agent or department to a case.
post
https://{{account_id}}.acquire.io/api/v1/crm/messenger/agent/invite-agent
Invite an agent
Body (raw)
1
{
2
"caseId": 22,
3
"department": [
4
2,
5
3,
6
4
7
],
8
"agentIds": [
9
1,
10
11,
11
26
12
]
13
}
Copied!
Last modified 2mo ago
Copy link