FluxyChat

Post message as bot

POST
/rooms/{id}/messages/from-bot

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/rooms/string/messages/from-bot" \  -H "Content-Type: application/json" \  -d '{    "botId": "string",    "content": "string"  }'
Empty