Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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:

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


  • No labels