Body failed validation on webhook

:bullseye: What is your goal?

receive data on webhook

:thinking: What is the problem & what have you tried?

Hi,

When I send data from a website form to make webhook I get the error below.
Is it possible to unlock this 2000 caracters limitation?

Thanks
L

Thanks
L.

:clipboard: Error messages or input/output bundles

[400] body failed validation: body.properties.Description.rich_text[0].text.content.length should be ≤ ‘2000’, instead was ‘3659’.

The 2,000, character limit isn’t from the Make webhook, it’s from the app you’re sending data to (e.g., Notion rich, text fields max out at 2,000 chars). You’ll need to shorten, split, or store the long text elsewhere before sending.

Ok thanks for your feedback

To split text into multiple, shorter lengths, you can use my free module “Chunk Text”.

For more information, see

My Custom AppAbsolutely Free!

Save headaches and operation credits with these utility modules:

  • Chunk Text
  • Chunk Array
  • Chunk Words
  • Multiple Find & Replace
  • Collection to Array/String List
  • Execute JavaScript
  • Estimate Tokens
  • Calculate Difference Between Two Dates
  • Get Next Business Day (with holidays)
  • List Upcoming Dates of Day of Week
    and more!

Hope this helps! If you are still having trouble, please provide more details.

@samliew

thank you for clarification