Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Reply to Latest Message from a Sender
Version 1.0.0
Find the newest message from a given sender, read it, and send a reply.
Provider
Workflows
reply-to-latest-from-sender
Locate the latest message from a sender and reply to it.
Filters the mailbox to the newest message whose sender matches the supplied address, fetches it, and replies with the supplied comment.
1
findLatest
listMessages
List the single newest message whose from address equals the supplied sender, ordered by received date descending.
2
getMessage
getMessage
Retrieve the matched message to confirm its subject and conversation before replying.
3
sendReply
replyToMessage
Reply to the sender with the supplied comment. Graph accepts the reply for delivery and saves it in Sent Items.