• oscanne zombra 14
  • NEWBIE
  • 10 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hello ,

Just got in a new instance and i have a question.
There is an integration with an other system and my instance send notification to it.
I looked into the class that make the call an i can observe that the URL of the other system is not used directly. And parameters also ( authentication , id ..) 
Here a sample of the variables used
public static String API_URL = 'callout:Api'

Where can i find the content of "API"?

Thank you
 
Hello,

My org is sending and receveing data from others system.
Does the implementation of shield can impact  this in a way ?

Thank you,
Hello ,

Just got in a new instance and i have a question.
There is an integration with an other system and my instance send notification to it.
I looked into the class that make the call an i can observe that the URL of the other system is not used directly. And parameters also ( authentication , id ..) 
Here a sample of the variables used
public static String API_URL = 'callout:Api'

Where can i find the content of "API"?

Thank you