Versions Compared

Key

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

Rest API Trigger Data

The API trigger allows you to automatically execute your REST Rest API during specific points of an interaction.  The configuration of API trigger allows you to specify When and what REST API Data data to trigger. Before proceeding through this document -   Please refer to the documentation on REST API which contains details on which data elements can be passed.

The “When” allows for control of the timing for an API call/push to occur. This is related to an event in the ECS interaction flow or lifecycle.

When:

...

  • Interaction Starts: Selected The API calls call will trigger at the start of an interaction. 
    • If the selected API call is a POST, please be aware certain values may not yet be available. (I.E. Disposition Code).
  • Interaction Ends: Selected The API calls call will trigger at the end of an interaction.
  • Internal Transfer: Selected The API calls call will trigger on each internal transfer from an agent or supervisor.
  • Segment Change: Selected The API call will trigger on each segment change, example list below.
    • Interaction Starts (Channel)
    • Interaction Starts (Business Process)
    • Interaction Starts (Agent)
    • Offered (Channel)
    • Offered (Business Process)
    • Offered (Agent)
    • Agent Selecting (In Queue)
    • Consulting
    • In Conference
    • Handling (Channel)
    • Handling (Business Process)
    • Handling (Agent)
    • Wrap Up
    • Dialing
    • Rejected
    • Overflow
    • Missed
    • Preview
    • Interaction Ends (Channel)
    • Interaction Ends (Business Process)
    • Interaction Ends (Agent)
    • Handling -> Agent Selecting
    • Agent Selecting -> Overflow
    • Agent Selecting -> Abandoned
    • Handling -> Handled

Image Added

Rest API Data: A drop-down listing list of your available configured REST API callsdata.

...

Image Added