action mailscript_add_trigger { label: "Setup a trigger" description: "" provider: mailscript method: POST path: "/triggers" encoding: json input: { required: ["criteria", "name"] properties: { criteria: { type: "object" } name: { type: "string" } } } output: { required: ["id"] properties: { id: { type: "string" } } } }