{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/notify/telegram","method":"POST","price":"$0.010","description":"Dispatches telegram messages using a bot token and chat identifier.","example_input":{"bot_token":"BOT_TOKEN","chat_id":"CHAT_ID","message":"Alert! Task has completed."},"example_output":{"supported":true,"result":{"success":true,"messageId":99482},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["bot_token","chat_id","message"],"properties":{"bot_token":{"type":"string","description":"Telegram Bot API Token"},"chat_id":{"type":"string","description":"Target chat identifier"},"message":{"type":"string","description":"Message body text"}}},"response_schema":{"type":"object"}}