NetTalk Central

Author Topic: OT Nettalk+Telegram  (Read 3217 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • Email
OT Nettalk+Telegram
« on: August 15, 2019, 04:14:26 PM »
create my first interface with NT + Telegram look at the image of the Bot for a client and do NOT respond to a Bot, this is a shipment tracking system ... amazing with NT with few lines of code ..

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: OT Nettalk+Telegram
« Reply #1 on: September 03, 2019, 05:41:41 AM »
Nice job!

Alberto

  • Hero Member
  • *****
  • Posts: 1844
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: OT Nettalk+Telegram
« Reply #2 on: September 03, 2019, 06:32:50 AM »
Nice! may you please share the code?
-----------
Regards
Alberto

osquiabro

  • Hero Member
  • *****
  • Posts: 664
    • View Profile
    • Email
Re: OT Nettalk+Telegram
« Reply #3 on: September 04, 2019, 06:02:44 AM »
This is a full functional example of telegram with Nettalk, need jfiles, very important telegram only run with https so you need a secure server for test your program.

The other part is with telegram you need create a bot with Bot Father for create your bot and obtain the Api key is very simple, after create your bot you can obtain the API key

Then you need to indicate telegram your webhook address with this url:

https://api.telegram.org/bot<yourApitoken>/setWebhook?url=https://<YourURL>/hook <--your procedure name

Then call a bot and test the response, the example find by customer id.

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: OT Nettalk+Telegram
« Reply #4 on: September 04, 2019, 11:07:47 AM »
Amazing. Thanks for share!