Skip to content

scout-devs/SidebarApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published