azure skype bot can't create conversation and send message to user

忠忠 何 0 Reputation points
2024-11-21T03:52:21.1766667+00:00

azure skype bot can't create conversation and send message to user.
I post the https://skype.botframework.com/v3/conversations rest api,
post data:

{

"isGroup": false,

"bot": {

"id": "live:1_abcd1234ABCD",

"name": "myrobot",

"role": "Bot"

},

"members": [

{

  "id": "live:.cid.a6306d5a16b69586",

  "name": "Felicia",

  "role": "User"

}

],

"topicName": "Welcome",

"activity": {

"type": "message",

"channelId": "Skype",

"text": "hello word"

}

}

and it's alaways return result:
{"error":{"code":"BadSyntax","message":"Bad format of conversation ID"}}

what can i do?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
853 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 忠忠 何 0 Reputation points
    2024-11-22T02:59:53.41+00:00

    Thanks you reply.
    actual , I want to send a message to my friend with my skype by Rest api or other way, Programmatic excute send @YutongTie-MSFT

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.