Recent content by noob-integrator

  1. Example to Call Flow to collect the call details at the end of the call and send to database or webservice

    Any Example to Call Flow to collect the call details at the end of the call and send them to a database or web service I know there are components for both database and web service in the Call Flow Designer. What I don't know is what are the possible fields related to the call are available...
  2. How Mr.voip (mconnectapps) connect with 3CX?

    How Cal4Care's tool Mr. Voip (Mconnectapps) is connecting with 3CX, fetching various data, and updating information in 3CX?
  3. Integration for queue calls, agent logins, and other information

    Thanks for answering, @ConceptsWeb. Do you know what tool/integration VoipTool is using in order to get more data than what CRM is giving?
  4. Integration for queue calls, agent logins, and other information

    Hello Community, I'm currently building a 3CX integration for better reporting for me. I've done some integration stuff with CRM. That gave me integration with contacts and gave me call journaling which I could use as call history. But even with CRM integration a lot of information that I...
  5. Custom Rest API CRM Integration

    Here is what message I'm getting when I return 200 error code with contact not found message.
  6. Custom Rest API CRM Integration

    Hello, 3cx community, I'm new to 3CX integration. I'm currently building a CRM in python API. I've created a CRM template and a python API for integration. 3CX makes a call to search for a contact by number. Because initially, my CRM database is empty it returns nothing. I've tried...