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
JayNicJayNic 

Simple custom post end point through apex

Hey all,

 

I'm trying to figure out the simplest way to create an end point in salesforce that consumes a json object.

 

Ideally without requiring force.com authentication, and for calling from a third party application.

 

Is there a way to create a visualforce page, host it on a force.com site, and use currentPage.getParameters() method to grab json post data?