Website
Guide & Tutorial
Blog
Book a Demo
Search…
2.0.0
Getting Started
Widget
Overview
Installation
Customization
SDK
[Under Development] Overview
[Under Development] iOS
[Under Development] Android
Webhooks
Introduction
Getting Started
Securing Webhook
Webhook Events
REST APIs
Introduction
Authorization
Conversation
Cases
Messages
Case List
Single Case
Create
Close Case
Reopen Case
Invite Agent
Snooze
Notes
Contact
Company
Phone
Chatbot
Analytics
[Under Construction] Custom Cards
Knowledge Base
Settings
Powered By
GitBook
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!
Previous
Reopen Case
Next
Snooze
Last modified
2mo ago
Copy link