Servicenow integration with Telegram messenger - telegram-bot

Can anyone suggest me that,is it possible to create service now incident ticket using Telegram message.
Is there any documentation available to integrate servicenow bot in telegram for this purpose.
Thanks in advance.

Jup this should definitely be possible, I never tried writing a Telegram Bot but I'm sure you are able to handle REST/SOAP and that's how you would create an Incident. As of documentation for Service-Now you should look into JSONv2 or Table API. Apparently as I said I don't have that much of a clue how Telegram Bots are working. I would suggest that you have a look at the FAQ.

Related

Possible to making telegram bot for interacting to smart contract?

If possible please give me an example of the script, I have searched but only found a telegram bot that can only read the blockchain
Maybe can use web3py?

Telegram Bot for ZAMMAD

Good day
What is the best solution to get telegram bot to pull a newly created tickets info from zammad with zammads webhook, we even tried make dot com but that solution is still not giving clarity as how to pull/get info from the webhook.
Thank you in advance

How to get Telegram Bot statistics?

Does exists any way to get bot's statistics with API or with web interface or with BotFather? Or I must to collect statistics by processing updates from bot API?
ps. Currently I store statistics in Redis by processing updates from bot API, but I wish find better way.
As aleix said there is no official support. After several days of research I've found the solutions for all platform bots, including telegram:
Chatbase.com from Google
botanalytics.co (free + paid)
dashbot.io(free up to 10 M messages)
no, there is no official support from Telegram to do that. There are third party analytics like botan, you can get navigate via bot to your bots stats:
Botan.io (seems to be abandoned)
You can see an example here: analytics tool for your telegram Bot
They also have integration to track more data via website:
url-shortening
If it is your bot performance that you worry about and you bot is popular (~300 requests per min), Botfather will monitor the request/response rate and alert you if there is something wrong.
Check the Status alert section in Bot Intro.
no actually you cant! But the easiest way for getting statistics about the users is to save the chat_id to database or into simple txt file.
the best way for that is use php mysql function to insert each chat_id into 1 columns then send it to your chat_id ...!

How to build a kik bot?

Are there any apis or sdk available for creating a 1:1 conversation bot for kik messenger?
I want to find a way with the help of which I can send and receive messages from kik.
https://dev.kik.com/ should let you create your bot and use the APIs
BotMill.io (https://github.com/BotMill/kik-botmill) is a Java library for creating ChatBots on Kik. You can check it out and see if it'll work for you.

Start to use Telegram apis

I wants to learn to use the telegram apis, but I not found a some tutorial which help me to start. I am very lost. Help;
Documentation of Telegram is very poor and outdated.
I suggest using TLSharp library written in Visual C#.
This is the first Step you should read it
https://core.telegram.org/api#getting-started
1- Creating an application
2- User authorization
3- And ..... (Continue)
Good Luck !!!