• sayirb
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 1
    Replies

Hi,

 

    I have to get  data from an external API by a unique ID. It is a REST API, serves one ID per request. There are more than 100 IDs to process in first day of every month. 

 

  I have set up a Scheduled apex job at every month. But there is a limit exception on callouts in apex class.

 

I need a better solution to achieve my tasks.

 

Thanks for any direction