You can now open a sidebar plugin from URLs found in Front messages or comments. The format for doing so is:
Syntax
https://<Front base domain>/open-sidebar-plugin/<App UID>
Example
https://app.frontapp.com/open-sidebar-plugin/40a4eae201a760d1
Pass custom properties to your plugin
You can pass custom properties in the URL as query string parameters, which will then become available to your plugin’s context in the EntryPoint
object.
Read more on our Developer Portal!