QuickSight workflow

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.

  1. 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
  2. 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.