Skip to content

Outlook Reply

Type: outlook-reply  ·  Package: Outlook Activities v1.0.0

Reply to an existing email, preserving the thread of the conversation. You can reply only to the sender or to all recipients (reply all), and attach files.

Using the EntryID of the email to reply (from Outlook Get Emails), create and send a reply with the text of body. With replyAll = true, you reply to all original recipients instead of just the sender.

ParameterEditorDescription
entryIdexpressionEntryID of the email to reply (from correo.Id).
bodyexpressionResponse text.
ParameterEditorDescription
sessionsessionOutlook Connect session. If omitted, use the default account.
replyAllbooleanReply to all recipients. By default false.
attachmentsexpressionList of file paths to attach to the response.

Automatically confirm receipt of each email:

For Each items = = correos itemVariable = correo
└─ activities:
Outlook Reply
entryId = = correo.Id
body = = "Hemos recibido su mensaje y lo estamos procesando. Gracias."