v1

latestOpenAPI 3.0.12026-07-2210997354.2 KB
RSS feed importer

Create RSS feed import

Creates an RSS feed import for a project. BeyondWords fetches the feed on a schedule and creates content items from matching entries.

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

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

idinteger
enabledboolean

Whether importing is enabled or disabled.

feed_urlstring

URL of the RSS feed you want to import.

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

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.

last_importstring date-time nullable

Time at which the object was created (ISO 8601)

createdstring date-time

Time at which the object was created (ISO 8601)

updatedstring date-time

Time at which the object was updated (ISO 8601)