Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

SMTP Connector - Send Email (V3) - Catch response of email delivery status in next action

(0) ShareShare
ReportReport
Posted on by

We have created a button flow where we send email's to thousands of users, using SMTP Connector. Now there is additional requirement to log email delivery status in table of Common Data Service (CDS) or Microsoft Dataverse.

 

I am able to capture connector output with following expression.

output('action_name')['statusCode']

 

 

This gives 200 as response, even when email delivery is failed.

Could you please help us to find way to track email delivery status? So we can log same in CDS.

  • Alma756 Profile Picture
    6 on at
    Re: SMTP Connector - Send Email (V3) - Catch response of email delivery status in next action

    Hey,

     

    I want to do something similar.

    I want to send an email notification every time my sendgrid account send out an email that is delivered. How can I do this?

    all help is appreciated

  • Paulie78 Profile Picture
    8,416 Super User 2025 Season 1 on at
    Re: SMTP Connector - Send Email (V3) - Catch response of email delivery status in next action

    The 200 response is just telling you that the request to send the email was accepted. To do what you want to do you need to use something a little more sophisticated.

    The Send Email (V3) action uses SendGrid to send the email. You can sign up to SendGrid directly and create a webhook which will inform you when the email has been delivered (and also when read). This will require a separate flow to catch that incoming request.

    You will need a Flow premium plan and I would suggest that you use a paid SendGrid plan. I use them to send thousands of emails per month and it works well.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1