About the project webhook
When the latest comment is added to the comment field of a task, it is posted by the webhook and handled by the CRM function function so that cliq is notified to the user.
However, if the number of characters in the comment is 361, it will not be notified, and even if I add a condition in the CRM function to limit the number of characters if the number of characters is large, or to notify as is if the number of characters is small, it will not be processed. I think that if the number of characters is too many, the value is not properly delivered from Project to CRM.
Please tell me how to solve this problem.