Outlook node get message by conversation id

Hi,

is there a way to get an outlook whole thread by its conversation id?
I have an outlook trigger node and when I get a message I want to fetch all conversation by the id.

Information on your n8n setup

  • n8n version: 1.98.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: macOS Sequoia 15.5

Yes, you can fetch the entire Outlook email thread (conversation) using the conversationId.

  1. Add a node: Microsoft Outlook → Get many messages
  2. Set operation: Get All
  3. In “Filters”, set the filter as:
conversationId eq 'YOUR_CONVERSATION_ID'
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.