action i_cue_post_forecast_file_to_forecast { label: "Forecast from file" description: "Forecast from file allows for quick analysis via Microsoft Excel and CSV file format. Please check documentation link for help." provider: i_cue method: POST path: "/forecast/file-to-forecast" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { jobId: { type: "integer" format: "int32" } } additionalProperties: false } }