Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Here is an example call sequence To import messages:

  1. Send message without content to user’s extension and get “sessionid” in response

{

"method": "message",

"params":{

"orgid": "16287540703457500320",

"from": "123,

"to": "502",

}

“result”: {

"sessionid": "....",

}

 

  1. Send messages with "sessionid", "content" and "timestamp"

  2. Repeat 1 and 2 for each party number

  3. Repeat 1, 2 and 3 for each user

  • No labels