alert task webhook url what is the live time

I have something I need to develop using an alert task, but I don’t understand other functions yet, so I’m trying to develop a function corresponding to a webhook.

Can I find out how long the URL is alive?
I didn’t see it in the doc, webhook settings, or alert settings API response.

Can you tell me the official time?

Hello Min Kyu,

Thank you for reaching out to Kore.ai Community.

Please note, if it is not mentioned in the documentation at this moment there is no direct way to determine how long a URL associated with a webhook will remain active.

However, you can implement your own mechanism to monitor the availability of your webhook URL.
One approach is to use a monitoring service or tool that periodically checks the availability of your webhook URL.

These tools can send HTTP requests to your webhook URL at regular intervals and notify you if it’s not reachable or if it returns an error response. There are several third party monitoring services available for this.

Hope this clarifies.

Thank you,
Srujan Madderla
Kore.ai Community Team