action trashnothing_contact_moderators { label: "Contact group moderators" provider: trashnothing method: POST path: "/groups/{group_id}/contact" encoding: json input: { type: "object" properties: { group_id: { type: "string" } } required: ["group_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }