Anushcs | 2024-08-23 00:37:09 UTC | #1
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.
Oddnitive | 2024-08-24 20:56:42 UTC | #2
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
system | 2024-09-24 20:57:12 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 28111