Create Call Group

Create Call Group
This api will help you to create a new call Group along with DeskPhone and group owner configuration

https://cloud.digidonar.in/api_v2/createcallgroup

HEADER PARAMETERS

authcode
required
String
This is the unique Auth key
group_name
required
String
Name of the call group
deskphone_id
required
Integer
Desk Phone unique id. ( for example 5549 )
member_id
required
Integer
Team member unique id. ( for example 22259 )

FORM PARAMETERS

group_id
optional
Integer
Unique call group id ( for example 9995 )
group_name
optional
String
Call Group Name
call_strategy
optional
Integer
The call strategy
is_sticky
optional
Integer
Denotes the sticky setting
is_multi_sticky
optional
Integer
Denotes the multi sticky setting
group_owner_name
optional
String
Name of Call Group owner
extension
optional
Integer
Denotes the extension

Updated 24 Apr 2023 Did this page help you?

Create call Group

javascript--v1JS |
   {
   "type": "success",
   "message": "Call Group added successfully.",
   "grouplist": [
   {
   "group_id": "82xx",
   "group_name": "xxx group4",
   "call_strategy": null,
   "is_sticky": "0",
   "is_multi_sticky": null,
   "group_owner_name": "Kausxxxl",
   "extension": null
   }
   ]
   }

RESPONSES
200 |

  200 OK : The request has succeeded