1. Total number of cases
a) The limit depends on the number of enabled agents and the subscription plan:
"Basic" → 6,000 cases per agent;
"Standard" → 12,000 cases per agent;
"Pro" → 24,000 cases per agent.
6 agents on the "Basic" plan → 36,000 cases;
20 agents on the "Standard" plan → 240,000 cases;
70 agents on the "Pro" plan → 1,680,000 cases.
c) All cases are counted, including those in the "Trash" and "Spam" filters.
d) Cases are deleted from the "Trash" filter first, then from the all cases list and spam.
2. Total number of users
a) The limit depends on the number of enabled agents and the subscription plan:
"Basic" → 2,000 users per active agent;
"Standard" → 4,000 users per active agent;
"Pro" → 8,000 users per active agent.
6 agents on the "Basic" plan → 12,000 users;
20 agents on the "Standard" plan → 80,000 users;
70 agents on the "Pro" plan → 560,000 users.
3. Cases per month
"Basic" → 500 cases per month per agent;
"Standard" → 1,000 cases per month per agent;
"Pro" → 2,000 cases per month per agent.
6 agents on the "Basic" plan → 3,000 cases per month;
20 agents on the "Standard" plan → 20,000 cases per month;
70 agents on the "Pro" plan → 140,000 cases per month.
c) Outgoing cases created by agents are also counted.
d) Cases in the "Trash" and "Spam" filters are not counted.
increase the number of agents, as the limit is based on the number of enabled agents in your account;
check if you can reduce the case volume (e.g., if many notification emails from various services are being sent to Deskie, which are not customer cases, there is no need to deal with them);
upgrade to a plan with a higher monthly cases limit.
4. Total rules count
a) The limit depends on the number of enabled agents and the subscription plan:
For "Basic", regardless of the number of agents, and for "Standard" if there are fewer than 7 enabled agents, there is a minimum limit on rules. In total, you can create up to 50 rules:
20 rules for new cases;
20 rules for updated cases;
10 rules for existing cases.
for the "Standard" plan → 3 + 3 + 1 rule per agent;
for the "Pro" plan → 4 + 4 + 2 rules per agent.
3 agents on the "Basic" plan → 20 new + 20 updated + 10 existing;
8 agents on the "Basic" plan → 20 new + 20 updated + 10 existing;
6 agents on the "Standard" plan → 20 new + 20 updated + 10 existing;
7 agents on the "Standard" plan → 21 new + 21 updated + 10 existing;
20 agents on the "Standard" plan → 60 new + 60 updated + 20 existing;
70 agents on the "Pro" plan → 280 new + 280 updated + 140 existing.
"Standard" plan → 450 + 450 + 150
"Pro" plan → 600 + 600 + 300
d) Both enabled and disabled rules are counted.
5. API limits
a) The minimum limit for API requests is 20 RPM (requests per minute).
"Basic" → 5 RPM per agent;
"Standard" → 5 RPM per agent;
"Pro" → 10 RPM per agent.
6 agents on the "Basic" plan → 6 * 5 = 30 RPM;
20 agents on the "Standard" plan → 20 * 5 = 100 RPM;
70 agents on the "Pro" plan → 70 * 10 = 700 RPM.
"Basic" plan → 50 RPM;
"Standard" plan → 750 RPM;
"Pro" plan → 1,500 RPM.
d) Write requests (POST, PUT, DELETE methods) count as two requests within the limit.
rate_limit_per_minute: the maximum number of requests per minute;
api_calls_left: the number of requests remaining in the current interval of the limit;
retry_after: the number of seconds after which the limit will be reset.