Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send a Skype chat message to a group using a remote server?

Tags:

api

skype

I looked at the Skype API docs (http://dev.skype.com/desktop-api-reference) and it seems to provide API functionality for interacting with a Skype program running on the same machine.

How can you send a chat message from a server that is not running Skype?

like image 498
B Seven Avatar asked Jun 18 '13 19:06

B Seven


People also ask

How do I send a Skype group link?

In the Chats window right click on the group name and select the Manage group option. In the next window select the "Share link to join group" option. Select the "Share group via link option" and send the link with email to the persons you want to invite to this group.

How do I send a message on Skype Web?

How do I send an instant message in Skype on desktop? From the Chats screen, select the person or group you want to instant message. Type your message in the chat window and select the Send button.


1 Answers

If you still need a solution for this problem, you can try now creating a Bot using Skype Bot Framework from Microsoft (https://docs.botframework.com/en-us/skype/getting-started).

It's kinda easy to implement, and the bot acts like a contact, wich must be added by someone to start interacting with your app behind it.

like image 168
Ismael Avatar answered Oct 28 '22 17:10

Ismael