action mailscript_add_workflow { label: "Setup workflow" description: "" provider: mailscript method: POST path: "/workflows" encoding: json input: { required: ["action", "input", "name"] properties: { action: { type: "string" } active: { type: "boolean" } input: { type: "string" } name: { type: "string" } trigger: { type: "string" } } } output: { type: "object" additionalProperties: true } }