action sms77_contacts_post { label: "ContactsPOST" provider: sms77 method: POST path: "/contacts" encoding: json input: { type: "object" properties: { action: { type: "string" enum: ["del", "write"] } email: { type: "string" } empfaenger: { type: "string" } id: { type: "string" } json: { type: "number" enum: [0, 1] } nick: { type: "string" } } required: ["action"] additionalProperties: false } output: { type: "string" } }