n8n-nodes-octavehq
Version:
Octave is the AI-powered messaging brain for B2B go-to-market teams, helping articulate product value, synthesize customer interaction data, and deploy consistent, effective messaging across all channels.
11 lines • 494 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.exportedProperties = void 0;
exports.execute = execute;
const OctaveApiRequest_1 = require("../../transport/OctaveApiRequest");
exports.exportedProperties = [];
async function execute(itemIndex) {
const response = await OctaveApiRequest_1.octaveApiRequest.call(this, 'GET', '/api/v2/agents/languages');
return [this.helpers.returnJsonArray(response)];
}
//# sourceMappingURL=languages.operation.js.map