[INTERLINKED-15] Improve paging API
Currently, the paging API only supports using the page email gateway operated by a paging provider. Some providers, like Spok, also have other methods that may possibly be more realtime, like Wireless Communications Transfer Protocol / HTTP API: https://www.spok.com/customer-support/paging-faqs/
There are two parts to this:
- Investigate - test the API to compare the delay time until pager receipt to see if this method is actually faster. If not, abort here and abandon this ticket.
- If it is faster, then modify the API to use this API rather than the email gateway (keep in mind this may be vendor-specific, although there are really only two paging providers in the U.S....)
Also, this should use a POST request, rather than GET, particularly to prevent encoding issues with the message body.
Comments
You must be logged in to leave a comment.