Adding Recipient Groups
Last updated on 07 October, 2024You can use LogicMonitor REST API v3 to add recipient groups to your LogicMonitor account. You must authenticate yourself before making the API request.
URI: POST /setting/recipientgroups
Parameter | Type | Description |
groupName | String | (Mandatory) The name of the recipient group that you want to add. Example – "groupName": "Tier 2 Helpdesk" |
recipients | JSON Array | A recipient is a user or email address that receives alerts for specific events. The field contains information of the recipients in the group. A recipient group has multiple alert delivery recipients. Because it contains multiple user accounts or other recipient groups, it becomes easy to notify a variety of alert types to recipients of the same group. The field contains the following information about the recipients:
|
description | String | The description of the recipient group. Example – "description": "Tier 2 Helpdesk" |