action clicksend_create_allowed_email_address { label: "Create Allowed Email Address" description: "" provider: clicksend method: POST path: "/email/addresses" encoding: json input: { type: "object" required: ["email_address"] properties: { Body: { type: "string" description: "{\n \"email_address\" : \"test222@user.com\"\n}" } email_address: { type: "string" description: "Your email." } } } output: { type: "object" additionalProperties: true } }