Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script

...

As a result, you need to add an IVR action as described in the Add IVR Context section. The following actions must be added and executed according to the order indicated below:

...

When the button is pressed a new call is placed using the UnifiedAPI Create Simple PhoneCalls request:

Code Block
POST /unifiedapi/phoneCalls/@me/simple HTTP/1.1
HOST x.x.x.x
Content Type: application/json
Authorization: <OAUTH_ACCESS_TOKEN>
  
{
  "extension":"<VN_CHARGE_EXTENSION>",
  "phoneCallView":[
    {
       "source":["phoneNumber"],
       "destination":["<VN_IVR_EXTENSION>"]
       "callerId":"SecureMyForm <8887777>"
    }
  ]
}

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.