Hello,
I’m having the following issue.
I’m using the node nylas sdk v 7.3.0.
Say I have an email thread.
I start a reply message by creating a draft and specifying the replyToMessageId.
This works fine - I logged into gmail and confirmed there is a new draft linked to the thread.
Once I go back to my application, and update this same draft* via nylas api, the draft becomes unlinked from the original thread.
It is not clear if the replyToMessageId needs to be included in the draft.update request. Regardless, I tried with/without and the unlinking still happens.
create draft transaction id:
22d5b44c-d9ad-4d2a-8205-01c304bdfd3b
update draft transaction id:
87fbe374-47d3-4b0f-97c3-57b25abb2403
edit
NYLAS_API_URI=https://api.eu.nylas.com