$ curl "https://api.astronote.app/1/notify" \ -H "Authorization: token $YOURTOKEN" \ -d "title=Transporter Failure" \ -d "body=The pattern buffer is full." \ -d "category=Transporter Failures"
You can push messages to your watch with a language neutral REST API. For more details see the API documentation.
See the Code Examples to get going with Curl, Python, JavaScript or Go.
Write a little shell script that gets executed at the end of the encoding job.
Integrate AstroNote in your payment flow to send yourself a notification when a new customer signs up.
Run a cron job to monitor your server, and if it cannot be reached send yourself a notification message.