Orchestrate the copilot to send email after receiving a new email

john john Pter 1,245 Reputation points
2025-10-25T14:05:02.7833333+00:00

I have created an new agent with this description:-

User's image

where i define it to trigger when an email get received:-

User's image

and as per the instruction i define it to send an email after receiving the email and answer the user input.

But currently the flow is been triggered but the "Send an email" is not been triggered, any advice?

Thanks

Microsoft Copilot | Microsoft 365 Copilot | Development
{count} votes

1 answer

Sort by: Most helpful
  1. Karan Shewale 1,945 Reputation points Microsoft External Staff
    2025-10-27T10:29:27.7233333+00:00

    Hi john, the reason your flow is not sending the email is that the “Send an email (V2)” action is not properly connected to the Copilot agent’s output. After the trigger “When a new email arrives (V3)” runs, you need to pass the agent’s response as dynamic content to the email step. In the “Send an email” action, set the subject and body fields to use the agent’s response. Also, make sure the email connector is authenticated with the correct account and has permission to send emails. If the response contains blocked content, Responsible AI filtering may prevent the email from being sent, so start by testing with simple, neutral text like “Summarize this email in one sentence.” Finally, check the run history in Power Automate or Application Insights to confirm whether the email step was skipped due to filtering or configuration issues.

    References:

    Thank you.

    Karan Shewale.

    If this response resolves your issue, please Accept the answer and, if helpful, click the “Upvote” button. Your feedback helps us improve and assist others more effectively.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.