cURL
curl --request POST \ --url https://api.qminder.com/v1/tickets/{id}/messages \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data ' { "message": "<string>", "user": 123 } '
"{\n \"statusCode\": 200,\n \"result\": \"success\"\n}"
The ID of the ticket to send the message to.
The message to send. The message should be URL-encoded.
The user who sent the message.
200
"success"