action etherpad_create_group_pad_using_get { label: "creates a new pad in this group" provider: etherpad method: GET path: "/createGroupPad" encoding: json input: { type: "object" properties: { groupID: { type: "string" } padName: { type: "string" } text: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" } message: { type: "string" } } } }