action clicksend_get_automations_email_receipt_rule_id { label: "Get a Specific Rule" description: "" provider: clicksend method: GET path: "/automations/email/receipt/{rule_id}" encoding: json input: { type: "object" properties: { rule_id: { type: "number" } } required: ["rule_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }