API document and how to
The Euphoria API is an XML based Application Programming Interface (API) that allows a Tenant (client) to securely perform a variety of functions on their o...
Wed, 16 May, 2018 at 8:53 AM
In order to use the Euphoria API, you will have to authorize the requests. This is done with an Auth Key. This key must be submitted on each request, and is...
Tue, 22 Mar, 2016 at 8:31 AM
The Euphoria API is a basic Request and Response type environment. It cannot subscribe to telephone events and it’s not able to intercept an inbound call. Y...
Wed, 16 May, 2018 at 8:56 AM
Testing (Recommended) Action Name: DoNothing Sample Usage: <ActionName>DoNothing</ActionName> Required fields: (none) ...
Wed, 16 May, 2018 at 9:07 AM
The best way to test the API is to use Fiddler. This will assist to generate the requests and show you the response. Download Fiddler from here: http://www....
Mon, 2 Feb, 2015 at 3:46 PM
What is the API Adapter? The API Adapter is a windows service and related applications that runs on an agents computer. The Adapter creates a virtual web s...
Wed, 16 May, 2018 at 9:05 AM
In this sample we will show you the correct way to get information out of the Euphoria API using the C# API DLL.
The API DLL can be downloaded from ...
Mon, 2 Feb, 2015 at 4:09 PM
if(Status == "0") termiateCause = "Unknown"; if(Status == "1") termiateCause = "Answered"; ...
Wed, 16 Oct, 2019 at 1:43 PM