Skip to main content

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.

https://app.frontapp.com/open-sidebar-plugin/40a4eae201a760d1?propertyA=DoubleR&propertyB=true&propertyC=777

 

Read more on our Developer Portal!

This is awesome! How do we determine the “Front Base URL” for our users? Is it always app.frontapp.com, or do different regions have different base URLs? (eg: maybe eu.frontapp.com, ect.) 


This is awesome! How do we determine the “Front Base URL” for our users? Is it always app.frontapp.com, or do different regions have different base URLs? (eg: maybe eu.frontapp.com, ect.) 

 

Hello twilanswer, you can rely on app.frontapp.com as the Front Base URL.


Reply