v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
External Feeds

Retrieve External Feed

Retrieve a specific external feed by its ID

get/external_feeds/{id}

Path parameters

idstring required

Response

OK

idstring required

A unique TypeID associated with the object.

creation_datestring date-time required

The date and time at which the object was first created.

last_checked_datestring date-time nullable

The most recent date and time this feed was checked for new items.

status'active' | 'failing' | 'inactive' | 'deleted' required

Represents the status of the automation, and whether or not it is active. Inactive automations will not be processed. Deleted automations will not be processed.

behavior'draft' | 'emails' required

An enumeration.

cadence'every' | 'daily' | 'weekly' | 'monthly' required

An enumeration.

cadence_metadataobject required

Additional scheduling details for the selected cadence. time is required for daily/weekly/monthly cadences; weekday is required for weekly; monthday is required for monthly. See the cadence metadata reference for allowed values.

urlstring required

The URL of the RSS feed to poll for new items.

subjectstring required

The subject line template for emails generated from this feed.

bodystring required

The body template for emails generated from this feed.

labelstring required

An optional internal label for this feed.

metadataobject

Metadata to be passed to emails rendered by this RSS feed.

skip_old_itemsboolean required

Skip items with publish date older than one day from when they're discovered