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