Skip to main content
May 23, 2023
Question

how to check payload size

  • May 23, 2023
  • 3 replies
  • 0 views

There is an integration , where we upload the documents . But the documents are now taken over http, there is a size limit . 

Can anyone help me on how to find the payload size limit .

    3 replies

    stefanhelzle0001
    May 23, 2023

    Which limit do you mean? In Appian for sending documents, or in the other system for receiving them?

    May 23, 2023

    Sent the documents to the other system 

    stefanhelzle0001
    May 23, 2023

    https://docs.appian.com/suite/help/23.1/Integration_Object.html#http-integration-definition

    Size limitations

    Request bodies cannot exceed 5 MB. The file size of documents being sent do not count towards this limit.
    For base64 files, the combined size of the files in the request body cannot exceed 75 MB.
    For binary files, we recommend keeping the file size under 250 MB.