<div dir="ltr"><div class="gmail_signature">I'm setting up my cron jobs to alert my users of certain ticket criteria.  If a ticket has no owner for 5 hours I send an alert. </div><div class="gmail_signature"> </div><div class="gmail_signature">So far it works great, sending notifications via email.  However I want to add something other than email.  We're using pushbullet for Nagios alerts and I'd like to do the same here.  </div><div class="gmail_signature">Has anyone done anything for this?  I know that pushover has a mail gateway however PushBullet has stated they have no such intentions.  </div><div class="gmail_signature"><br></div><div class="gmail_signature">I've been looking around for ways to do this but so far had little success.  </div><div class="gmail_signature">From bash I just - </div><div class="gmail_signature"><div class="gmail_signature">curl --header 'Authorization: Bearer 1234567890987654321' -X POST <a href="https://api.pushbullet.com/v2/pushes">https://api.pushbullet.com/v2/pushes</a> --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "Note Title", "body": "Note Body"}'</div><div><br></div></div>
</div>