action clicksend_get_specific_master_template { label: "Get Specific Master Template" description: "" provider: clicksend method: GET path: "/email/master-templates/{template_id}" encoding: json input: { type: "object" properties: { template_id: { type: "string" } } required: ["template_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }