You need to sign in to do that
Don't have an account?
mromani1
Question on Triggers
Just a quick question on triggers.
If we set up a trigger to go off if a certain action happens, lets say when we create a record or something, and it does any action, maybe send out an email or do some validation, update the db somewhere else, does it count towards our API call limit?
Or are triggers (all triggers) free of API calls? as in it doesnt matter how many times or what they do, triggers dont cause the API call limit to go up.
Thanks
No, Apex Triggers and Classes run on the platform (our servers), so there's no impact to the API call limit. Keep in mind though, Apex Code has it's own governor limits.
Hope that helps,
Sati