Skip to main content
Best answer by Support Engineering

The limitation you experienced is enforced by the library we use internally to parse your request. The workaround for this would be to send your array properties with no index specified, i.e attachments[] instead of attachments[0].

 

You can read a bit more here: https://dev.frontapp.com/reference/attachments#send-multipart-request

 

--Maxime

1 reply

Community Manager
December 28, 2022

The limitation you experienced is enforced by the library we use internally to parse your request. The workaround for this would be to send your array properties with no index specified, i.e attachments[] instead of attachments[0].

 

You can read a bit more here: https://dev.frontapp.com/reference/attachments#send-multipart-request

 

--Maxime