Genesys Cloud - Main

 View Only

Sign Up

Expand all | Collapse all

Automatically call API when call is finished

  Thread closed by the administrator, not accepting new replies.
  • 1.  Automatically call API when call is finished

    Posted 11-14-2018 00:06
    No replies, thread closed.
    Hello PureCloud Community

    Is it possible to automatically call an API/Data Action after a call has finished and the wrap up has been completed please? 

    If possible, I am looking to call a data action after the call has finished, to send information about the call to the API, and without the agents having to use a button in the script.

    Assistance will be greatly appreciated
    #Integrations

    ------------------------------
    Samuel Polgar
    CVT (Global) Pty Ltd
    ------------------------------


  • 2.  RE: Automatically call API when call is finished

    Posted 11-14-2018 07:16
    No replies, thread closed.
    I don't think so...

    People have been discussing the option here to automatically send the caller to a survey IVR when the agent is finished but  it didn't result in any solution (as per my knowledge).

    Same goes for any data/API action. Unless we can override the disconnect event on interaction level, this configuration/functionality can't be provided.

    ------------------------------
    Cheers,
    Sajid Abbas Malek
    Al-Futtaim Technologies - Dubai
    ------------------------------



  • 3.  RE: Automatically call API when call is finished

    Posted 11-18-2018 15:31
    No replies, thread closed.
    Hello Sajid

    Thank you very much for your feedback.

    ------------------------------
    Samuel Polgar
    CVT (Global) Pty Ltd
    ------------------------------



  • 4.  RE: Automatically call API when call is finished

    Posted 11-19-2018 09:48
    No replies, thread closed.
    I would definitely recommend submitting that as an idea in the idea lab.

    ------------------------------
    Richard Schott
    Genesys - Employees
    ------------------------------



  • 5.  RE: Automatically call API when call is finished

    Posted 11-19-2018 09:57
    No replies, thread closed.
    Please do create an idea for this. I'd suggest combining them into one - configure transferring to a Flow on disconnect. Data Actions (and more) can be called from the Flow.


    ------------------------------
    R. J. Smith
    Genesys - Employees
    ------------------------------



  • 6.  RE: Automatically call API when call is finished

    Posted 11-19-2018 10:47
    No replies, thread closed.
    Hello Samuel,

    there is one possible way to do so. You need to write a programa that will need to subscribe to notifications service in order to be listening the wrap up code events and after that trigger your custom action.

    Regards,

    Mario

    ------------------------------
    Mario Sanchez
    Servicios en Tecnología de la Informacion SETEINFO del Ecuador C.A.
    ------------------------------



  • 7.  RE: Automatically call API when call is finished

    Posted 11-19-2018 21:54
    No replies, thread closed.
    Hello Community

    Thank you very much for your input. If you would like to vote, please vote via the product lab under through the following link:

    https://purecloud.ideas.aha.io/ideas/CLPLA-I-626

    ------------------------------
    Samuel Polgar
    CVT (Global) Pty Ltd
    ------------------------------



  • 8.  RE: Automatically call API when call is finished

    Posted 03-31-2022 05:29
    No replies, thread closed.
    Hello Community,
    does anyone know if this feature has been implemented in some way, since then?
    We have a need to execute some post call actions, expecially after the customer disconnects from IVR flow, just to call some web service or data action to store specific information.
    Is there some way to do this?

    Any hints and tips would be *greatly* appreciated.

    ------------------------------
    Giuliano Ferri
    Indra Italia spa
    ------------------------------



  • 9.  RE: Automatically call API when call is finished

    Posted 03-31-2022 14:25
    No replies, thread closed.
    Hi Giuliano,

    We created something similar and used the AWS Eventbridge for this. When a call ends an event is send to AWS where a Lambda function is triggered. This Lambda function simply executes an API call back to Genesys Cloud and passes the data from the received event with it. The API call executes a Work flow that is configured in Architect. From there you can run your Data Actions you want.

    See also: https://developer.genesys.cloud/notificationsalerts/notifications/event-bridge.




    ------------------------------
    Edward de Wit
    Cloudoe BV
    ------------------------------



  • 10.  RE: Automatically call API when call is finished

    Posted 11-20-2018 02:25
    No replies, thread closed.
    Hello @Mario Sanchez,

    Can you give some more details on how to subscribe notification service?​

    ------------------------------
    Cheers,
    Sajid Abbas Malek
    Al-Futtaim Technologies - Dubai
    ------------------------------



  • 11.  RE: Automatically call API when call is finished

    Posted 11-21-2018 09:02
    No replies, thread closed.
    Please check this out: Developer Tools
    Mypurecloud remove preview
    Developer Tools
    View this on Mypurecloud >

    Here is an example of how to subscribe to notifications and you have to develop a program that will be listening to this notifications and process them. Hope this helps.

    regards,



    ------------------------------
    Mario Sanchez
    Servicios en Tecnología de la Informacion SETEINFO del Ecuador C.A.
    ------------------------------