Skip to content

Send notifications from shell scripts

To send notification fro a shell script you have to

  1. Create an Application that describes your originating system.

    Es Web Server #1 or Database Server

  2. Create an ApiKey and enable Trigger Event Grant

  3. Copy the value
  4. Navigate to the Event page you want to trigger and check the trigger url
   curl -X POST \
      https://SERVER_ADDRESS/[trigger path] \
      -H "Authorization: Key <ApiKey>"