action clicksend_get_a_specific_delivery_receipt { label: "Get a Specific Delivery Receipt" description: "" provider: clicksend method: GET path: "/sms/receipts/{message_id}" encoding: json input: { type: "object" properties: { message_id: { type: "string" } } required: ["message_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }