twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Add lastSyncHistoryId to messageChannel model

Open bosiraphael opened this issue 1 year ago • 0 comments

Scope & Context

To sync messages with the gmail API, we need to use the method users.history.list which takes the historyId as an argument.

Technical inputs

Add lastSyncHistoryId to messageChannel model. This will allow us to store the historyId of the last sync to do a partial sync.

bosiraphael avatar Jan 04 '24 15:01 bosiraphael