action clicksend_create_email_to_sms_allowed_address { label: "Create Email to SMS Allowed Address" description: "Create an allowed email address." provider: clicksend method: POST path: "/sms/email-sms" encoding: json input: { type: "object" required: ["email_address"] properties: { email_address: { type: "string" description: "Your email address." } from: { type: "string" description: "Your sender id - [more info](http://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number)." } } } output: { type: "object" additionalProperties: true } }