1. Hello,

    Is it possible to send a signal from a page (PHP) to a plugin to perform an action ?
    At the moment it stores the commands in the database and then the server reads them every 5 minutes (Set timer for calls)

    Regards
     
  2. Wulf

    Wulf Community Admin

    Plugins aren't able to listen for external requests, you'd have to write an extension to use web sockets or similar.