Not able to send message through postman

Hi ,

i am using postman to connect webchat and i am able to connect to conversation
but i am not able to send a message .
for connecting conversation i am using :-
https://api.mypurecloud.com/api/v2/conversations/chats?clientId=xxxxxxxxxxxxxxx&Authorization=Bearer

Oauth 2.0
and body with org id,queue name and other detail and i am getting response as selfURi after clicking that chat will get connected.
{
"id": "9d0c3f8f-b9fe-419e-b1da-23ccd23d06a7",
"otherMediaUris": [],
"selfUri": "/api/v2/conversations/chats/9d0c3f8f-b9fe-419e-b1da-23ccd23d06a7"
}
But how to send message:- i tried this
https://api.mypurecloud.com/api/v2/conversations/9d0c3f8f-b9fe-419e-b1da-23ccd23d06a7/members/65100a80-cbe5-4b5a-a041-660715c40e83/messages

oauth 2.0 and
in body raw json
{
"body" : "This is the text I'd like to send, limited to 4,000 characters",
"bodyType" : "standard"
}

and i am getting response as:-
{
"status": 404,
"code": "not found",
"message": "HTTP 404 Not Found",
"contextId": "377d2211-df13-485c-a9b1-4eecb26959d1",
"details": [],
"errors": []
}

please help me out

Chat APIs won't be released for another couple weeks; keep an eye on the PureCloud release notes for more info. You can read the preview documentation for guest ACD web chat APIs here: https://developer.mypurecloud.com/api/webchat/guestchat.html.

Hi Smith,
We are trying to use the Guest API in the link you have mentioned, there are we are facing the same issue.

Any alternate way to initiate the chat from the Lex bot using API

Thanks
Anil

Is there any method to start chat through API's because we have intigrate AWS lex chat bot to genesys webchat.

See my previous response

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.