Update Notification Content
| connect_update_notification_content | R Documentation |
Updates the localized content of an existing notification¶
Description¶
Updates the localized content of an existing notification. This operation applies to all users for whom the notification was sent.
Usage¶
connect_update_notification_content(InstanceId, NotificationId, Content)
Arguments¶
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
NotificationId |
[required] The unique identifier for the notification to update. |
Content |
[required] The updated localized content of the notification. A map of locale codes and values. Maximum 500 characters per locale. |
Value¶
An empty list.
Request syntax¶
svc$update_notification_content(
InstanceId = "string",
NotificationId = "string",
Content = list(
"string"
)
)