action etherpad_append_chat_message_using_get { label: "appends a chat message" provider: etherpad method: GET path: "/appendChatMessage" encoding: json input: { type: "object" properties: { authorID: { type: "string" } padID: { type: "string" } text: { type: "string" } time: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" } message: { type: "string" } } } }