Solved

Last message user was on - Front plugin

  • 15 December 2022
  • 1 reply
  • 50 views

Badge +2

Can we find which inbox/mailbox/folder the user is in at any given time via the Plugin SDK?

This is then used so that when the user later returns to the inbox we can return them to the last message they were on in that particular mailbox.

icon

Best answer by Javier - Developer Relations 15 December 2022, 01:16

View original

1 reply

Userlevel 5
Badge +8

Hi,

You can use the fetchPath function (which will return the path of the user) in combination with the openUrl function, to note the path of a user at a current time and then return them to that path within the inbox at a later time.

Reply