You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capsule API
Is there a maximum content size / length for Content when creating an entry using POST
https://api.capsulecrm.com/api/v2/entries?
Nothing is mentioned in the API documentation, but I'm getting a response as follows for large entries:
{ "message": "Validation Failed", "errors": [ { "field": "content", "message": "size must be between 0 and 16000", "resource": "entry" } ] }
Frankie McGough
unread,
Jul 6, 2026, 4:53:46 AMJul 6
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capsule API
Hi there,
Yes that's correct, the maximum
size for the "content" field for an Entry is 16,000 characters. I'll
make a note to get our API documentation updated to reflect this.