Besides my applications sending SMS's and emails to clients i am trying to send messages via telegram messenger. I downloaded the telegram webogram which was written in js. I installed the js node webserver and got it all up and running. Works great and is way faster than whats app.
That said my problem is how do i send a message from my applcation or from a nettal web server ?
so on the web page i can select a contact then type in a message in a field and press the send button. Now how can i simulate this from my application or a nettalk web server or any better ideas ?
In firefox i had a look at the code for the send button :
<button class="btn btn-success im_submit" type="submit">Send</button>
Any input would really be appreciated
Regards
Andreas