Questions tagged [five9]

Five9 is a provider of cloud contact center software.

Five9 is a provider of cloud contact center software.

http://www.five9.com/about

11 questions
4
votes
0 answers

Convert PHP SoapClient to Perl SOAP::Lite

I am writing a web application that works with the five9 API. I have a working php script that uses the API to print out the email of the first User. My application is in Perl and I am trying to avoid shelling out to a PHP script. I have tried to…
killianjackson
  • 115
  • 1
  • 6
3
votes
1 answer

How Do I Signal Browser To Make a Call Through Five9?

I'm making a custom CRM and need a dialer button or link to place a call. I want to have a button on a phone number where I can click it and Five9 will automatically call it over its SIP service. If I have installed the Five9 Desktop Toolkit, does…
Volomike
  • 23,743
  • 21
  • 113
  • 209
1
vote
1 answer

Five9 API python wrapper - runReport

Has anyone used the python wrapper for the Five9 API? I'm trying to run one of our custom reports through the API but am unsure how to pass the time criteria. If the report is already built: Is there a way to run it without passing criteria? It…
0
votes
0 answers

How to paginate +50000 records five9 report fetched over api

I'm fetching data from five9 using the SOAP api however some reports have more than 50000 records per day which is the limit that the method getReportResultCsv have. Five9 Api method used Right now im sending requests per hour but for some intervals…
SMN947
  • 1
  • 4
0
votes
0 answers

Five9 and programmatic access to Dialogflow CX

I did some research on Five9 and integrating with a 3rd party NLU engine. I see mention of and documentation for integrating with Dialogflow ES (referred to as just Dialogflow in the Five9 documentation), is there support and code examples of…
Alan
  • 10,465
  • 2
  • 8
  • 9
0
votes
1 answer

Missing rows when inserting data into SQL via PowerShell

I have a script that pulls data from a external source (five9) every 5 minutes and loads it into a SQL server, shown below. The script seems to work for the most part, but whenever I compare the results for the prior day to the results from the…
0
votes
0 answers

Five9 Outbound script

I am new to Five9. I want to make a Script where there is some Fields where the agents can write some text, and after pressing a button, the text from the Field will go to the List updating the current record. Is there any possibility to realize…
0
votes
1 answer

Five9 - getContactRecords($crmLookupCriteria) pulls all records and ignores criteria

I'm using the Five9 API to look up CRM contact records. No matter what criteria I put in, the code returns all of the the records in my CRM (well, the first 1000 records). This is my code: $crmFieldCriterion = array( array( 'field' =>…
0
votes
1 answer

Python: Zeep Error

I am using zeep to connect to the Five9 Call Center API in order to retrieve the Call Log Report. My code is as follows: class Five9api: start = (datetime.now() - timedelta(days=1)).replace(hour=0, minute=0, second=0, microsecond=0) end =…
Riley Hun
  • 2,541
  • 5
  • 31
  • 77
0
votes
1 answer

How to login Five9 through API

Im new to Five9 i got some sample code in GitHub (https://github.com/kielerrr/Five9 ) which i went though the code and i passed the credentials into API but i get the following error "Fatal error: Uncaught Error: Class 'SoapClient' not found in…
0
votes
0 answers

How Do I Programmatically Get Caller ID on Current Call with Five9?

The docs appear clear as mud on this. I'm building a custom CRM and need a way to get the phone number (caller ID) of the current incoming call. The workstation has the Five9 application installed and the Desktop Toolkit. Now what do I do in the web…
Volomike
  • 23,743
  • 21
  • 113
  • 209