Is "com.glide.attachment.max_size" applicable for Outbound REST APIs?SummaryIdeally, "com.glide.attachment.max_size" sets the size of any attachment within the system. This is applicable for Outbound REST/SOAP API's as well. "com.glide.attachment.max_size" also limits the size of the attachment that you can use in Outbound API Requests. As the Product Documentation states in: https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/notification/reference/r_EmailBodySizeLimitProperties.html "Property, com.glide.attachment.max_size, sets the maximum file size allowed for any attachment in the system". So, it can be confirmed that "com.glide.attachment.max_size" sets the maximum size of an attachment in an Outbound API request as well.