Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Escalations can be used with Custom Events, as well as the predefined System Events. For information on creating your own Events, see the article on Custom Events in this wiki.

Build an Escalation for interacting with a REST API

Using Escalations, your Organization can set up an interaction with an external REST API Endpoint.

  1. Create a Service Host for the REST API your Organization wants to communicate with.
    Image Added
  2. Create an Escalation to trigger the REST API. (This Example is using a QuickTick to communicate with the external REST API)
    Image Added
  3. Add a Sequence to the Escalation.
    Image Added
  4. Set the Escalation to Active and save.
  5. Create a Custom Event to handle the response data.
  6. Create an Escalation that will trigger from the event Escalations -> Response Received from Escalation REST API.
    Image Added
  7. Add a Sequence to the Escalation to refer the response data to a Custom Event.
    Image Added
  8. Set the Escalation to Active and save it.

Once this is complete, whenever the Escalation triggered within PCR-360 occurs, data will be sent to the External REST API Endpoint, and it's response will be handled by a second Escalation. This creates a new communication point between PCR-360 and an external service your Organization desires to add.