I just noticed that webhook is not being handled here. (check _KNOWN_DELIVERY_PLATFORMS in the same file)
Wasn't sure if it's a bug or intentional.
https://github.com/NousResearch/hermes-agent/blob/31e7276474976cd752d73de7701229eefd1b37ad/cron/scheduler.py#L274
Actual problem - I don't want to use telegram with my herme agent. So, I'm building a native app. That's why I was looking into how I can send the message for cron job to my app. (My app is already communicating through the api_server).