Send follow up emails with outlook if no response

I want to build a workflow where I will look into my outlook account and check if there are emails that I have sent and not gotten a response. For these emails I need to send a follow up.
The question is how to find the emails that I haven’t got a response.

I have the node to get the emails based on a filter but how to filter the conversation ids that I dont’t have a reply?

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

hello @pantelis_kakavas

filter by subject, then calculate the number of emails that contain the same subject part (not the whole subject) and not sent from your email address (from field)

1 Like

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