Can we add a way to trigger a workflow (lamda) for email notification ?
Hi @shivam1
Welcome to the QuickSight community!
Yes, you can trigger an AWS Lambda
function for email notifications in QuickSight
using Amazon EventBridge
.
-
Enable QuickSight Events in EventBridge
- Go to AWS EventBridge → Rules → Create Rule
- Select Event Source: “AWS Events”
- Choose Amazon QuickSight as the event source
- Select event types like DashboardPublished, DatasetRefreshCompleted, or AnalysisUpdated
-
Trigger Lambda via EventBridge
- Set the target as your AWS Lambda function
- Configure the Lambda function to process the event and send an email (using Amazon SES or SNS)
Please refer to the below documentation this might be helpful for you.