זה הסקריפט
function doGet(e) {
const text = (e.parameter.text || "").trim();
const doubled = text + text;
return ContentService.createTextOutput(doubled);
}
זה המודול
type=api
api_link=https://script.google.com/macros/s/AKfycbx--Ho2aT9LlpT-p4Q4HVO1gudvtJmCXVdHZ-6qXYN-s0SWdoD9nCNyXIpTF6iAeZOF/exec
api_add_0=text=haim

אז למה אני שומע אין מענה משרת API?
תודה רבה לכל העוזרים