You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/r/notification_channel.html.markdown
+12-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The following arguments are supported:
39
39
40
40
*`account_id` - (Optional) Determines the New Relic account where the notification channel will be created. Defaults to the account associated with the API key used.
41
41
*`name` - (Required) The name of the channel.
42
-
*`type` - (Required) The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `PAGERDUTY_SERVICE_INTEGRATION`.
42
+
*`type` - (Required) The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `PAGERDUTY_SERVICE_INTEGRATION`.
43
43
*`destination_id` - (Required) The id of the destination.
44
44
*`product` - (Required) The type of product. One of: `DISCUSSIONS`, `ERROR_TRACKING` or `IINT` (workflows).
45
45
*`property` - A nested block that describes a notification channel property. See [Nested property blocks](#nested-property-blocks) below for details.
@@ -60,6 +60,7 @@ Each notification channel type supports a specific set of arguments for the `pro
60
60
*`SERVICENOW_INCIDENTS`
61
61
*`description` - (Optional) Free text that represents a description.
62
62
*`short_description` - (Optional) Free text that represents a short description.
63
+
*`SERVICE_NOW_APP` - No Properties.
63
64
*`JIRA_CLASSIC`, `JIRA_NEXTGEN`
64
65
*`project` - (Required) Identifier that specifies jira project id.
65
66
*`issuetype` - (Required) Identifier that specifies the issue type id.
0 commit comments