Hello-
We are using the MS Graph Poller plugin & am trying to poll an outlook mailbox, the data gets properly persisted into the DB but i would like to know how do we identify the current record context, right now its not returning any record id back, it only give Mailcount processed but not any id to piggy back the record.
Can someone please let me know on this, am trying to get hold of the documentation for this.
Regards
NK
Discussion posts and replies are publicly visible
Once you have the mailcount number returned by the plugin, you can go to the table APP_MAIL_POLLER and obtain the latest N mails. You'll need to make sure there is only one MSGraph mail poller smart service running in your environment at the same time.