SidebarApi

With this module you can query a third party (open) API and show the output in the freescout sidebar.

How do I get install this module?

  • clone repo and make sure inside freescout module folder (freecout/Modules)
  • go to dashboard and activate module
  • run migration (optionally, if not run by freescout)
  • go to SidebarAPI settings for each mailbox and configure the API URL

Screenshot 2021-05-26 at 7 16 51 PM

* for the API response make sure its in the following format (an array of objects and inside object it can be anything)
[{
"user_id": "id",
"plan_name": "plan name",
"anything there" : "yeah anything",
"link": "https://link.com"
}]