Skip to main content
POST
/
sites
/
{siteId}
/
test-message
Create a test visitor message
curl --request POST \
  --url https://api.tinyinbox.app/sites/{siteId}/test-message \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "message": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "conversationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "senderType": "visitor",
    "body": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "senderId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Signed user session token for dashboard and account routes.

Path Parameters

siteId
string<uuid>
required

Body

application/json
message
string
required
Required string length: 1 - 4000

Response

Created message

message
object
required