View source: R/supportapp_operations.R
supportapp_update_slack_channel_configuration | R Documentation |
Updates the configuration for a Slack channel, such as case update notifications.
See https://www.paws-r-sdk.com/docs/supportapp_update_slack_channel_configuration/ for full documentation.
supportapp_update_slack_channel_configuration(
channelId,
channelName = NULL,
channelRoleArn = NULL,
notifyOnAddCorrespondenceToCase = NULL,
notifyOnCaseSeverity = NULL,
notifyOnCreateOrReopenCase = NULL,
notifyOnResolveCase = NULL,
teamId
)
channelId |
[required] The channel ID in Slack. This ID identifies a channel within a Slack workspace. |
channelName |
The Slack channel name that you want to update. |
channelRoleArn |
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide. |
notifyOnAddCorrespondenceToCase |
Whether you want to get notified when a support case has a new correspondence. |
notifyOnCaseSeverity |
The case severity for a support case that you want to receive notifications. If you specify
If you specify
If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default. |
notifyOnCreateOrReopenCase |
Whether you want to get notified when a support case is created or reopened. |
notifyOnResolveCase |
Whether you want to get notified when a support case is resolved. |
teamId |
[required] The team ID in Slack. This ID uniquely identifies a Slack workspace,
such as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.