The OnPage API v2

WHAT’S IN API V2?

The OnPage API v2 will enable developers and OnPage users to extend The OnPage Incident Alert Management Platform with ease. The new API v2 release supports:

  • Message status callbacks
  • Account status callbacks: PAGER_OFF, LOGGED_IN and LOGGED_OUT
  • Information on whether the account is logged in

WHEN IS API V2 AVAILABLE?

The OnPage API v2 will be available upon request as off 07/18/2017. Go here to create a request for the API v2 Document

OnPage REST API v2 allows you to:

  • Send OnPage Messages to individuals and groups
  • Send OnPage Messages in different priorities: High or Low priority
  • Send OnPage Messages with attachments
  • Receive message audit trails via callbacks
  • Receive OPID audit trails via callbacks

WHAT’s NEW IN THE API UPDATE? WHY SHOULD I SWITCH?

The OnPage API v2 enhancements to Callbacks

OnPage REST API v2 allows the registration of message status and OPID status callbacks. REST API token received in authentication response must have REGISTER_CALLBACK permission to register callbacks.

The OnPage API v2 enhancements to Message Status Updates

OnPage will call the callback URL using POST for sending message status updates. Status values are as follows:

  • “PENDING”
  • “SENT”
  • “DELIVERED”
  • “READ”
  • “REPLIED”
  • “FAILED”
  • “PAGER OFF”

The OnPage API v2 enhancements to OPID Status Updates

OnPage will call registered account status callback URL using POST for sending account status updates (logged in/off, pager on/off).
Status updates for sent messages can be obtained in callbacks to the URL address specified in the callback/ url field of the Send Message request. The callback service has to process both GET and POST requests on the same URL address.

WHAT SUPPORT CAN I EXPECT FROM ONPAGE IN MAKING THE SWITCH?

Customers can expect full support for requests related to switching to the new API v2 — please direct all inquiries to [email protected]. We have created a detailed API document that will guide you through the change. We look forward to partnering with you to help you explore The OnPage API V2.

WHO DO I CONTACT FOR MORE INFORMATION?

Please contact our support team at [email protected] if you have any questions.

OnPage