action clicksend_create_stripped_string { label: "Create Stripped String" description: "" provider: clicksend method: POST path: "/sms/email-sms-stripped-strings" encoding: json input: { type: "object" required: ["strip_string"] properties: { strip_string: { type: "string" description: "The string that you want to strip from the body of email." } } } output: { type: "object" additionalProperties: true } }