action clicksend_get_specific_email_to_sms_allowed_address { label: "Get specific Email-to-SMS Allowed Address" description: "Get a specific allowed email address." provider: clicksend method: GET path: "/sms/email-sms/{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 } }