v1

latestOpenAPI 3.0.12026-07-2210997354.2 KB
RSS feed importer

Test RSS feed import

Fetches and parses an RSS feed without saving an import. Use this to preview which items would be ingested and verify field mapping.

post/projects/{project_id}/integrations/rss_importer/feeds/test

Request body

enabledboolean

Whether importing is enabled or disabled.

feed_urlstring required

URL of the RSS feed you want to import.

feed_content_type'xml' | 'json' | 'json/pugpig' required

Type of content in the feed. Possible values include xml, json or json/pugpig.

feed_headersobject

Headers that you want to include in the HTTP request when fetching the RSS feed.

import_intervalinteger

Number of minutes between each import of the RSS feed.

extractor_enabledboolean

Whether or not the RSS importer should fetch the content from the page linked in the map.source_url property. Set to true if the RSS feed does not contain the content. In this case you can set map.body to null.

Response

successful