Podcast Feeds
PocketPlatform includes support for automatically generated podcast feeds.
To configure your podcast feeds, make sure:
- The Series is published.
- The Sermon is published.
- The Sermon Link:
- is published.
- contains an audio file ending in .mp3.
- the Video Duration is greater than zero. This should be the total number of seconds in the audio file. Note: If you use the Media Manager, the Video Duration is automatically populated.
To get further help with your podcasts, contact Support.
There are several podcast feed types available:
All Published Sermons
A list of all published sermons in all published series. All your sermons, all in one place!
https://{your base URL}.api.pocketplatform.io/v1/podcasts/feed.xml
Sermons in a Series
A list of all published sermons in all published series of a particular series type. For example, all sermons in the Special Events series.
https://{your base URL}.api.pocketplatform.io/v1/podcasts/feed.xml?series_type_id={Sermon Series ID}
Sermons in a Service
A list of all published sermons in all published series of a particular service type. For example, all sermons from the Traditional service.
https://{your base URL}.api.pocketplatform.io/v1/podcasts/feed.xml?service_type_id={Service Type ID}
Sermons for a Congregation
A list of all published sermons in all published series for a specific congregation. For example, all sermons for the Southside Campus.
https://{your base URL}.api.pocketplatform.io/v1/podcasts/feed.xml?congregation_id={Congregation ID}
Sermons in a Series for a Congregation
A list of all published sermons in a particular series for a specific congregation. For example, all sermons in the Special Events series for the Southside Campus.
https://{your base URL}.api.pocketplatform.io/v1/podcasts/feed.xml?series_type_id={Sermon Series ID}&congregation_id={Congregation ID}
Sermons in a Service for a Congregation
A list of all published sermons in all published series of a particular service type for a specific congregation. For example, all sermons from the Traditional service for the Southside Campus.
https://{your base URL}.api.pocketplatform.io/v1/podcasts/feed.xml?service_type_id={Service Type ID}&congregation_id={Congregation ID}
Sermons in a Series and Service for a Congregation
A list of all published sermons in a particular series of a particular service type for a specific congregation. For example, all sermons in the Special Event series from the Traditional service for the Southside Campus.
https://{your base URL}.api.pocketplatform.io/v1/podcasts/feed.xml?series_type_id={Sermon Series ID}&congregation_id={Congregation ID}&service_type_id={Service Type ID}