Integration
Links
Create integration link group
This function creates a group to store integrations links in the cPanel interface.
get/create_integration_group
Query parameters
group_idstring required
Example:WHMCS
The group's ID within the system.
Warning:
If you create a link with a group_id value that already exists, the function replaces the existing group with the newly-created group.
labelstring required
Example:WHMCS+Control
The label for the group to display in the cPanel interface.
orderinteger required
Example:1
The order in which to display the group in the cPanel interface.
Note:
By default, the function will automatically create an item under the username menu in the interface header.
userstring username required
Example:username
The cPanel account name.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "create_integration_group",
"reason": "Ok",
"result": 1,
"version": 1
}
}