action mailscript_verify { label: "Verify an email address or sms number with a code" provider: mailscript method: POST path: "/verifications/{verification}/verify" encoding: json input: { type: "object" properties: { verification: { type: "string" } } required: ["verification"] additionalProperties: false } output: { type: "object" additionalProperties: true } }