Hi guys, does anyone have experience working with nylas email api? I’m stuck on archiving messages.
Documentation shows to use update message request to change a messages folder but using a gmail account as my test and there is no archive folder and no folders with “/Archive” attribute.
Additionally, curious on how I can update multiple messages at once instead of using Schedule Api on a list. Reason being is that after archiving messages my inbox needs to refresh and show those messages removed (on a list is too slow and not running all the ids in parallel). Having the same issue when marking multiple messages “read” at once. After the action, I push the current date in UNIX to a date header in the api call to refresh the get request.
Thanks in advance for the help!!