Breadcrumbs

Generic RSS - Download Feed to Workflows

Overview

To use this template, you need the URL of the RSS feed you want to export. Ensure you have a folder to save the CSV file, and decide on a time range for filtering entries. The CSV file will be saved in your specified directory.

Variables

Name

Reference

Type

Required

Default

Options

Description

RSS Feed URL

RSS_FEED_URL

Alphanumeric

-

-

The URL of the RSS feed to download. Must start with http or https.

Workflows File Name

RSS_DESTINATION_FILE_NAME

Alphanumeric

-

-

The name of the output CSV file. '.csv' will be auto-appended if omitted.

Workflows Folder Name

RSS_DESTINATION_FOLDER_NAME

Alphanumeric

-

-

The folder where the output CSV file will be saved. Defaults to the current directory.

Time Range

RSS_TIME_RANGE

Select

Past 7 days

Last 12 hours

Last 24 hours

Past 3 days

Past 7 days

Past month

The time range to filter RSS feed entries.

YAML

Below is the YAML template

YAML

source:
  template: Generic RSS - Download Feed to Workflows
  inputs:
    RSS_FEED_URL:
    RSS_DESTINATION_FILE_NAME:
    RSS_DESTINATION_FOLDER_NAME:
    RSS_TIME_RANGE: Past 7 days
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 14
    - 101
    - 102