Skip to main content
Conversationalist
April 21, 2023
Solved

Sending mail with attachment

  • April 21, 2023
  • 1 reply
  • 211 views

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


 

Best answer by evano

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

 

1 reply

evanoAnswer
Fronteer
April 21, 2023

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

 

Evan - Lead Technical Support Engineer