I am currently using the WhatsApp API to send documents, and I need to know the maximum file size limit allowed for document files. The documentation doesn't seem to clearly specify this limit. Can someone please provide this information or point me to the relevant section in the documentation?
The maximum allowed body size is controlled by setting the MAX_ATTACHMENT_SIZE env. By default the value is set to 10000000 and the value specifies the number of bytes.
I am currently using the WhatsApp API to send documents, and I need to know the maximum file size limit allowed for document files. The documentation doesn't seem to clearly specify this limit. Can someone please provide this information or point me to the relevant section in the documentation?