function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mark Mulholland 3Mark Mulholland 3 

Accept json from 3rd party website

Hello

We are using a 3rd party to create eDocuments, and we would like to be able to store credentials for these documents in Salesforce.

I have created a REST API that accepts the json we will be expecting. However I have never set up a connection like this with a 3rd party before. All of the options I have found when searching is to do with fully integrating with a 3rd party and allowing users to login to that site. In my case I just want to make it so this 3rd party can send json via an API call.

I know this will require authorisation like OAuth, but I have no idea where to start. Could someone point me in the right direction please

Mark