How can you have one page per entry from a CMS or external API?

hola, is it possible to create pages from a CMS/external API. ie. 1 page per service like /service/web-design?

how about this? https://docs.plasmic.app/learn/dynamic-pages/#example-statically-generated-productsslug-pages-in-nextjs-or-gatsby

your page then would e.g. route to /service/[serviceSlug] and then fetching contents from your cms based on that

brilliant, thanks Dennis, I’ll take a look!