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
Meenakshi Das 9Meenakshi Das 9 

I want to search a record in loyality management system using opencti apis how i will do it

Omar Rajab 94Omar Rajab 94
Hi Meenakshi,

Look at  the api Documents  of cti to see which enpoint and parameter, request body etc., that  you need for the search. Then write apex class to make callout to the cti service. Create screen flow with input text "search parameter", and call the apex class with the given search parmeter. At the end display the result of the callout in the screen flow!

regards,
Omar