How to schedule an API fro user data export?

I want to export the user data from API everyday based on a schedule and save the data locally. can anyone suggest how can be this achived from Genesys cloud.

Hello Anushcs,

I have done this in the past by using a linux box, crontab and python.

  • Any Linux Compute engine Example (GCP/AWS)

  • Crontab -e 0 1 * * *. python /yourpythonrquest.py

Thats an overview but in details is not complicated at all.

Best regards,
OT

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