Autostart a service based on number of active client (argotunnel)

Hello I would like to notify a service based on the number of open tunnels. Is there a way to do it with argotunnel ?

Hi @lucas.b.rfpc,

You may use Cloudflare API to list the tunnels on your account:

From the list you will need to use your own script to count/call the service you need.

Thank you.