Functions - Limits

Functions - Limits

Zoho CRM uses a credit system to provide a rate limit of functions. Function calls in Zoho CRM are associated with Credits.

Each function execution results in one credit being deducted.

Maximum credit limit in a 24 hour window for each edition of Zoho CRM


Edition
Allowed Credits
Maximum Credits
Starter
5,000 credits + (Number of User licenses x 200)
10,000 credits
Standard
5,000 credits + (Number of User licenses x 200)
15,000 credits
Professional
5,000 credits + (Number of User licenses x 200)
20,000 credits
Enterprise / Zoho One / CRM Plus
20,000 credits + (Number of User licenses x 500)
1,00,000 credits
Ultimate
20,000 credits + (Number of User licenses x 1000)
2,00,000 credits

Limit associated with each function

Although we've established that functions follow a credit-based system, there are some additional aspects that are to be kept in mind. These aspects affect the performance of each function. For instance, the number of lines in a function, timeouts, etc.

Functionality
Description
Limits
Execution Time
Function should be executed within the specified time.
1 minute
Response Limit
Function should return the response within a particular size.
10 MB
Lines of execution
Function are executed based on the number of lines in the code.
200,000
Send Mail
You can send emails using the send mail syntax.
1000/day
Integration Tasks
Syntax for the code to perform operations on data in Deluge.
Unlimited
Get Data
Syntax for the code to fetch information from Zoho CRM.
Unlimited
Post Data
Syntax for the code to upload information as input to Zoho CRM.
Unlimited


    • Related Articles

    • Functions

      Set Up Functions   You can set up functions in six places: Create a standalone function. Associate function to a workflow rule. Use functions later by including them in Schedules. Set the function to get executed upon the click of a Custom Button. ...
    • Custom Functions

      Zoho Recruit Custom functions help you to update data in related Recruit modules or third-party applications by executing simple program scripts. When a record matches the workflow criteria, workflow engine automatically triggers the custom ...
    • Setting up Functions

      All custom functions programmed by your Developers are listed in the Functions page. By this way, programmers can focus on the developing Deluge Scripts where as CRM Administrators can deploy the thoroughly tested custom functions as per requirement. ...
    • Functions

      Functions are the building blocks for developing an extension. They come handy for all server side customization. Sigma executes functions without additional infrastructure cost. External function calls can be done using rest APIs. You have to ...
    • Email Limits

      In Zoho CRM, you can either send bulk emails or individual emails. Following are the limits for sending emails based on your account's Edition. Please note that email limits will be set based on the organization's time zone. Limits for Individual ...