#NextJS + PayloadCMS(or any Headless CMS) + Salesforce for Datasets

3 messages · Page 1 of 1 (latest)

last scaffold
#

Hello everyone,

I am building an ecommerce project where I want Next.js for my storefront, PayloadCMS(or any other if more applicable headless CRM) for my user's admin panel and Salesforce platform as my dataset and process handler.

I need help to get oriented on how I can expose Salesforce's data to a headless CMS and how to authenticate the CMS users to read/write only their own data from Salesforce.

Any help and guidance is appreciated. Thanks a lot.

slate thunderBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

jade siren
#

That's not so much a feature of Next.js, but of the service you choose to use (PayloadCMS, Contentful, Storyblok, etc.).

You should see if the CMS has plugins or extensions to connect with Salesforce and how well it can do such integrations, or ultimately, create your own separate API to make both parties interact via webhooks for example, or creating your own plugin for the CMS/Salesforce.