Searches for notifications based on specified criteria and filters
Source:R/connect_operations.R
connect_search_notifications.RdSearches for notifications based on specified criteria and filters. Returns a paginated list of notifications matching the search parameters, ordered by descending creation time. Supports filtering by content and tags.
See https://www.paws-r-sdk.com/docs/connect_search_notifications/ for full documentation.
Usage
connect_search_notifications(
InstanceId,
NextToken = NULL,
MaxResults = NULL,
SearchFilter = NULL,
SearchCriteria = NULL
)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.
- NextToken
The token for the next set of results. Use the value returned in the previous response to retrieve the next page of results.
- MaxResults
The maximum number of results to return per page. Valid range is 1-100.
- SearchFilter
Filters to apply to the search results, such as tag-based filters.
- SearchCriteria
The search criteria to apply when searching for notifications. Supports filtering by notification ID and message content using comparison types such as STARTS_WITH, CONTAINS, and EXACT.