Bulk Add Triggers

Add Triggers to track
POST /api/v1/trigger/{GROUP_NAME} HTTP/1.1
Replace GROUP_NAME with the Group Name under which the triggers have to be added
Request body
{
"triggerCodes": ["trigger_code"]
}
Param
Mandatory
Description
trigger_code
Y
Array of Intellizence Trigger Codes that you would like to add
Response body
{
"nonExistingTriggerCodes": ["trigger_code"],
"alreadyTrackedTriggerCodes": ["trigger_code"],
"addedTriggerCodes": ["trigger_code"]
}