Skip to main content
Send a message to the chat via app.sendMessage().
{
  "type": "object",
  "properties": {
    "action": {
      "const": "sendMessage",
      "default": "sendMessage",
      "type": "string"
    },
    "content": {
      "description": "Message text to send",
      "type": "string"
    }
  },
  "required": [
    "action",
    "content"
  ]
}