action etherpad_create_group_if_not_exists_for_using_post { label: "this functions helps you to map your application group ids to Etherpad group ids" provider: etherpad method: POST path: "/createGroupIfNotExistsFor" encoding: json input: { type: "object" properties: { groupMapper: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" properties: { groupID: { type: "string" } } } message: { type: "string" } } } }