#Notifications on Voice Termination

1 messages · Page 1 of 1 (latest)

mighty raven
#

I don't want my prod voices dying because a voice termination,
How can I get notified when a voice is about to overdue?
Speaking of PVC

leaden beacon
#

There is not native solution to this..

If I was in your shoes I would set up a cron job to hit the voices endpoint:

        "sharing": {
            "status": "copied",
            "history_item_sample_id": null,
            **"date_unix": 1701097184,**
            "whitelisted_emails": [],
            "public_owner_id": "0143e87b9296bfde21c85a4325e2ce1994afe9d02eca671c3bb0d85f4ed1db10",
            "original_voice_id": "Nal4Voh56EtyuScXh27S",
            "financial_rewards_enabled": false,
            "free_users_allowed": true,
            "live_moderation_enabled": false,
            "rate": 1.0,
         **   "notice_period": 730,**

and take the **Unix date **and **notice_period ** to work out when voices may be removed from the Library..