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
prasad p 18prasad p 18 

how to call rest APi in process builder

how to create the records by using rest api post method tthrough process builder
NitishNitish
Hi Prasad,

If you want to make callout from process builder then you need to create apex class with invocable method and future method.
Call the invocable method from process builder and from invocable method call the @future method and write your callout logic there in @future method.

Thanks,
Nitish