Scheduled tasks to Larval API

Hi all

We have a company secure database  which has w web interface via Laravel whuch at the moment is pushing data to Sugar through sugars API.

As services with sugar are evolving we need to now get sugar to push data back to Laravel,and if possible have sugar do this on a schedule

has anyone done this or know if its achievable with sugar cloud 9 enterprise 

  • Ofcourse this is possible. Al you need to have is an api that you can connect to from within sugar. There are various options: 

    1) make a connector / library that does the magic to connect to the outside world and push data

      a) make a scheduler or a bunch of logic hooks to to push data into the job_queue

    2) implement web logic hooks