Zoom - Parse Meeting Data
Overview
This template takes in a post-meeting report generated from the Zoom webpage and filters down the data to output a .csv file containing the meeting’s topic, date, and a list of attendees.
Variables
Name | Reference | Type | Required | Default | Options | Description |
|---|---|---|---|---|---|---|
Workflows Folder Name | FOLDER_NAME | Alphanumeric | ❌ | If left blank, will look in the home directory.
| None | Relative path to the folder where the input file should be located.
|
Input File Name | INPUT_NAME | Alphanumeric | ✅ |
| None | Name of the .csv file to parse. Please include the .csv extension. Must be the exact file generated from Zoom. Please see export guide video below for instructions. |
Output File Name | OUTPUT_NAME | Alpahanumeric | ✅ | None | The name of the output .csv file that will be generated. Please include the .csv extension. |
Export Guide
YAML
source:
template: Zoom - Parse Meeting Data
inputs:
FOLDER_NAME:
INPUT_NAME:
OUTPUT_NAME:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 101