Hello Plasmic Community:
Does anyone know how to programmatically create new blog page entries?
For example, every new row added to our Airtable db would create a new plasmic page.
This is easily done in other platforms like Webflow using their CMS & Airtable.
We have already connected our Airtable DB to Plasmic with the HTTP API Fetcher, and our next step is building the functionality for dynamic post creation at scale.
Our desired workflow:
- new row is added to Airtable containing blog content & unique slug
- data is fetched by plasmic HTTP API
- new page page is created using our blog page template but with the unique data and slug from the newly added Airtable row
Note: the PlasmicCMS is great and I would rather store our airtable rows for each blog directly within PlasmicCMS but we had trouble populating it with our Airtable data. Bonus points if anyone has knowledge on adding airtable rows as PlasmicCMS entries.