Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Recording policy - not working

    Posted 01-31-2024 12:41
    No replies, thread closed.

    Hello Everyone, 

    we have multiple recording policies and everything working fine. recently one of our vendor requested for backdated recordings so i created a policy and set up the date range. I dont see the files are moving into our s3 bucket. we have AWS s3 bucket interagtion set up. all the configuration looks good. any suggestions?

    Thanks 

    Sardar Mohammed 


    #QualityManagement

    ------------------------------
    Sardar Mohammed
    Elevate Credit Service LLC
    ------------------------------


  • 2.  RE: Recording policy - not working

    Posted 01-31-2024 14:24
    No replies, thread closed.

    Hi Sandar,

    Unfortunately, you are unable to use rules to download calls to an S3 bucket retroactively.  Below is a link to information on Downloading Recordings from the Developer Center.  

    https://developer.genesys.cloud/analyticsdatamanagement/recording/recordings-downloader

    Thank you,



    ------------------------------
    Jason Tripp
    Independent Health Association, Inc.
    ------------------------------



  • 3.  RE: Recording policy - not working
    Best Answer

    Posted 02-05-2024 11:00
    No replies, thread closed.

    Hi Sardar,

    As an alternative solution, you can just create batch jobs to export them through your S3 integration.

    1. /api/v2/recording/jobs to create the job
    2. /api/v2/recording/jobs/{jobId} execute the job
    3. /api/v2/recording/jobs watch the job

    When you create the job, it will take some time for it to be ready to execute, so make sure you GET the status until you see state: READY. I also found that exporting more than a few hundred thousand caused issues. I would suggest staying under 200K.



    ------------------------------
    Caleb Smith
    Interstate Gas Supply, Inc.
    ------------------------------