action mailscript_add_verification { label: "Start verification process for external email address or sms number" provider: mailscript method: POST path: "/verifications" encoding: json input: { type: "object" } output: { required: ["id"] properties: { id: { type: "string" } } } }