PureCloudPlatformClientV2 Bulk EXPORT of recordings

Good morning, I am trying to use PureCloudPlatformClientV2 package with Python to export call recordings in bulk. The tutorial here (https://developer.mypurecloud.com/api/tutorials/recordings-bulk-actions/index.html?language=python&step=1 15) has what should be working code. However, when you run the python code you get a 404 error response. Basically the 404 error says that the INTEGRATION_ID parameter was not found. The tutorial does not explain what customer information should be placed in that attribute (INTEGRATION_ID) and the customer is new to the product. You are getting this error:

HTTP response body: {"message": "Integration id not found", "code": "not.found", "status": 404 ...}

Does anyone have any idea what information should be put in the INTEGRATION_ID parameter to export mass recordings?

@ tim.smith, do you know what must be placed in the query to export recordings in this attribute?

Hello,

The forum is reserved to customers and partners. Genesys employees are encouraged to use the internal chat groups for such questions.

Still, to answer your question, the Integration Id refers to the id of the AWS S3 Recording Bulk Actions Integration
This tutorial relates to the AWS S3 recording bulk actions integration.
Add this integration, configure it and enable it. And use the integration id in the tutorial.

You can retrieve the id of this integration via API.

Or you can also get it from Genesys Desktop - Admin UI - Integrations - Integrations.
Select the AWS S3 Recording Bulk Actions Integrations.
The integration id will appear in the url. Something like: https://apps.mypurecloud.ie/directory/#/admin/integrations/apps/aws-s3-recording-bulk-actions-integration/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/details/properties

Regards,

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.