Flows and subtasks to integrate with the Telegram messaging app.
This subtask is used to send a message to a Telegram chat.
- i_telegram-apr-url: (Text) The URL of the Telegram Bot API server (Optional - if not provided then the CTX-Configuration-Store area Telegram parameter URL is used)
- i_bot-token: (Text) The token assigned by the Telegram BotFather to the bot which will be posting to the Telegram chat. (Optional - if not provided then the CTX-Configuration-Store area Telegram parameter token is used)
- i_chat-id: (Text or Integer) The Telegram id of the chat to which the message will be sent (Mandatory)
- i_message: (Text) The message that will be sent (Mandatory)
- i_parse_mode: (Text) The Telegram formatting option for the message (Optional)
- o_response: (Structure) The JSON response structure from the Telegram server
Download the Studio Package file and Import it into your Cortex Environment. Don't forget to apply rights using the Studio Authorization module.
This library depends upon the following libraries:
👍 Enjoy! 😉