/
How to import Messages from another platform using Ringotel API
How to import Messages from another platform using Ringotel API
Here is an example call sequence to import messages:
Send message without content to user’s extension and get “sessionid” in response
POST https://shell.ringotel.co/api
{
"method": "message",
"params":{
"orgid": "16287540703457500320",
"from": "123,
"to": "502",
}
“result”: {
"sessionid": "....",
}
Send messages with
"sessionid"
,"content"
and"timestamp"
Repeat 1 and 2 for each party number
Repeat 1, 2 and 3 for each user
Messages with "sessionid"
value are marked as read after importing
"timestamp"
field takes a number value in milliseconds since 01.01.1970
, multiple selections available,
Related content
Enabling SMS and MMS in Ringotel
Enabling SMS and MMS in Ringotel
More like this
No-code Framework for Integrating with Messaging platforms
No-code Framework for Integrating with Messaging platforms
More like this
Webhook
Webhook
More like this
Ringotel API
Ringotel API
More like this
Apidaze
Apidaze
More like this
VoIP Innovations
VoIP Innovations
More like this