Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

iHub can send attachments to external endpoints. This is done. by sendingĀ Content-Type: multipart/form-data.


Content-Type: multipart/form-data

The body will be included in the payload as:

Code Block
 { 
file:[array of files], 
body: {the_body_section_of_this_page} 
}