This event is used to trigger external web services or APIs during playout. 

It sends an HTTP request (GET or POST) to a specified URL, optionally with a JSON body. Typical use cases include calling automation scripts, notifying external systems, or updating remote services when certain playout actions occur.

Examples:

HTTP GET https://example.com/api/trigger
HTTP POST https://example.com/api/trigger {"key":"value","flag":true}


Usage:

  • GET is default if not specified.
  • POST can include a JSON body optionally

Created with the Personal Edition of HelpNDoc: Make Your PDFs More Secure with Encryption and Password Protection