How can I avoid exceeding the sync limit of 10/day and 50/month?
There are two ways you can avoid this.
If you begin with syncing all Contacts and Leads from Zoho CRM to Zoho Campaigns then you can create segments to filter the contacts/leads based on criteria and target email campaigns to a particular set of contacts and leads under each segment.
If you frequently add new contacts to Zoho CRM, set the Sync Frequency to either Daily, Weekly or Monthly.
Related Articles
Is it possible to obtain month and day information from a given date field?
Yes, you can use the Deluge date function getDay() and getMonth() to obtain the day and month information. - getDay() returns the numerical day of the month for a particular year. The value returned will be between 1 and 31. - getMonth() returns the ...
Set up sync with Zoho CRM
You can set up your sync settings to schedule periodic syncing of all your contacts and leads between Zoho CRM and Zoho MarketingHub on a daily, weekly, or monthly basis. Types of sync There are two types of sync that you can setup. They are: ...
When embedding a calendar, it is always displayed in day view. Can I change it to month view?
Yes, you can customize the embedded calendar. On the calendar embed page, click on the link "Customize for more templates" provided below the embed URL. Along with the ten different predefined templates, you will also have a drop down box to select ...
I would like to order the DOB field in my form, based on month and day. How can I do this?
To sort records based on custom value acquired from the DOB field i.e., month and day, you may add a formula field with below suggested sample expression, ((((((DOB.getMonth() / 100).round(2))) + "").getSuffix(".")) + "-") + ((((DOB.getDay() / ...
What will happen if my API limit has been exceeded for the day?
If your API limit has been exceeded for the day, Zoho CRM will not respond to the API calls for the rest of the day. You need to wait till the API limit is reset for the next day. API limits are reset everyday between 12 am and 3 am PST. If the ...