This is a very simple app that sends a slack notification when you include an HTTP notify hook in your Jive dial plan.
It's best to run on heroku or something similar. If you want it to run on a non-production heroku without paying, you can set something like New Relic or a cron job to ping the healthcheck url.
There are two routes:
- Healthcheck:
https://your-app-name.herokuapp.com/healthcheck
- POST (what's configured in Jive Dial Plan):
https://your-app-name.herokuapp.com/{CNUM}/{CNAM}
{CNUM}
and {CNAM}
are aliases from Jive
https://wiki.getjive.com/display/COREMAN/14.0+Dial+Plans
Good luck!