We developed an integration (a plugin) to our client that will automatically import content from Prismic to a WordPress website as posts. The integration is based on a webhook (read Prismic documentation about it here).
The plugin does following:
- Whenever a content is updated/added/deleted in Prismic the same change will happen in WordPress immediately (using a webhook).
- Processes Prismic content based on specified critera (type, tag, language).