Skip to main content

Send message to supLink mobile (1.0)

Download OpenAPI specification:Download

send message

Send various types of message to supLink mobile

Sends message to supLink mobile

Authorizations:
Sign
header Parameters
agentId
string
Example: xxxxxxx

Tenant ID. Only available for multi-tenant version

token
string
Example: yyyyyyyy

Token value assigned by supOS after having authenticated supLink

Request Body schema: application/json
appId
required
string

supLink app ID

toUsers
required
Array of strings

Message receivers

object

Responses

Request samples

Content type
application/json
{
  • "appId": "d4b51208-830e-46ea-bd64-24be8abfd703",
  • "toUsers": [
    ],
  • "msg": {
    }
}

Response samples

Content type
application/json
{
  • "code": 200,
  • "content": {
    },
  • "message": "success"
}