Solved

Sending mail with attachment

  • 21 April 2023
  • 1 reply
  • 82 views

Badge +1

HI I am trying to sending mail with attachment throw API but getting  some error so please help me
 


 

icon

Best answer by evano 21 April 2023, 23:07

View original

1 reply

Userlevel 2
Badge +5

Hi Viral,

This request is failing as it’s formatted as JSON rather than multipart/form-data.  Please see the screenshot below for what this might look like in Postman:
 

a screenshot of Postman with a request to Front’s API highlighting the usage of multipart/form-data and that attachments must be binary data

 

Reply