1
0
-1

How to add custom logic by fetching data from database and displaying as card in home page 

how to add cron job to hit api and store data in datatbase

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, for custom logic there are multiple ways to do it. For example you could use custom JavaScript in Custom HTML to render the response of an API call, or Custom HTML with the Bean Shell Form Binder, or develop a custom plugin. To perform cron jobs you could use external cron tools integrating with the JSON API, or the Scheduler plugin in the marketplace.

        CommentAdd your comment...