blob: 8259a630670eda9dbe5b058914b843d3a9db5404 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.telegramsource.CamelTelegramsourceSourceConnector",
"artifactId": "camel-telegram-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-telegram-source-source",
"type": "source",
"version": "1.1.0-SNAPSHOT",
"description": "Receive all messages that people send to your Telegram bot.\n\nTo create a bot, contact the @botfather account using the Telegram app.\n\nThe source attaches the following headers to the messages:\n\n- `chat-id` \/ `ce-chatid`: the ID of the chat where the message comes from"
},
"properties": {
"camel.kamelet.telegram-source.authorizationToken": {
"name": "camel.kamelet.telegram-source.authorizationToken",
"description": "The token to access your bot on Telegram. You you can obtain it from the Telegram @botfather.",
"priority": "HIGH",
"required": "true"
}
}
}