action clicksend_get_specific_allowed_email_address { label: "Get Specific Allowed Email Address" description: "" provider: clicksend method: GET path: "/email/addresses/{email_address_id}" encoding: json input: { type: "object" properties: { email_address_id: { type: "number" } } required: ["email_address_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }