Controller: AMS Tasks: ExecuteCustomCommand
ExecuteCustomCommand
Executes a custom command.
This API call has 2 required parameters. The other parameters depends on the Command parameter. For example, if Command = InviteUser then the additional parameters will be the one from InviteUser.
Authentication Methods
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | AMS Security token |
Command* | String | Command to execute |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=ExecuteCustomCommand&Command=xxx&Param1=one&Param2=two&...'