action sms77_lookup_cnam { label: "LookupCnam" provider: sms77 method: POST path: "/lookup/cnam" encoding: json input: { type: "object" properties: { number: { type: "array" items: { type: "string" } } } required: ["number"] additionalProperties: false } output: { type: "object" additionalProperties: true } }