-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Describe the bug
ConversationID is used as the dedup ID for Shared Email Received, causing any follow up emails/emails in threads to not be received properly. Conversation ID identifies an email thread in outlook - not an individual email.
See here:
Line 70 in 36a8917
| id: item.conversationId, |
This is why item.id is used in the receive mail api
To Reproduce
Steps to reproduce the behavior:
- Send email to shared inbox
- Reply to that email
- Note that the reply is not properly emitted
Expected behavior
New emails in the same email thread should be emitted
Screenshots

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done