• frenasux xa
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Write an Apex class which, in for loop, makes a callout to Google.com and insert responses as tasks on a specified Account record (Hardcode this) and sends an email to a public group (Hardcode this too). There should be a method which accepts a list of accounts to be traversed
 
Correct limit checks are added to the code to avoid failure.
Code is written in bulk friendly manner.
Tasks are getting created on the Accounts and Email is sent out correctly to the public group members.