• Ales Remta
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I'm trying to figure out a way how to have my outbound API calls from Apex always come from the same IP address. The API I'm calling is out of my control and the provider is refusing to whitelist the whole Salesforce IP range. Instead they require me to provide a single IP or a single range of 255 addresses for them to whitelist. SSL certificate also has to be used.

Is there any way to achieve this from apex. Can you suggest a workaround on how to achieve this? Any help will be appreciated.
I'm trying to figure out a way how to have my outbound API calls from Apex always come from the same IP address. The API I'm calling is out of my control and the provider is refusing to whitelist the whole Salesforce IP range. Instead they require me to provide a single IP or a single range of 255 addresses for them to whitelist. SSL certificate also has to be used.

Is there any way to achieve this from apex. Can you suggest a workaround on how to achieve this? Any help will be appreciated.