Telegram service plugin — Bot API integration #2

Open
opened 2026-05-28 17:58:08 +00:00 by jmiller · 1 comment
Owner

Implement the Telegram service plugin with:

  • Default @MokoWaaSBot mode (token from component encrypted params, hidden from UI)
  • Custom bot mode (user provides their own token)
  • sendMessage API call with HTML parse mode
  • Photo/media attachment support via sendPhoto
  • Chat ID validation
  • Credential validation via getMe API

Default bot token stored in component global params, never in service credentials.

Implement the Telegram service plugin with: - Default `@MokoWaaSBot` mode (token from component encrypted params, hidden from UI) - Custom bot mode (user provides their own token) - `sendMessage` API call with HTML parse mode - Photo/media attachment support via `sendPhoto` - Chat ID validation - Credential validation via `getMe` API Default bot token stored in component global params, never in service credentials.
jmiller added the priority: criticaltype: integration labels 2026-05-28 17:58:08 +00:00
Author
Owner

Branch created: feature/2-telegram-service-plugin-bot-api-integrat

git fetch origin
git checkout feature/2-telegram-service-plugin-bot-api-integrat
Branch created: [`feature/2-telegram-service-plugin-bot-api-integrat`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/2-telegram-service-plugin-bot-api-integrat) ```bash git fetch origin git checkout feature/2-telegram-service-plugin-bot-api-integrat ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#2