Hi There,
I currently have the following that sends data into an external system. I would like to know if it’s possible to send a file across and if so how, and what would my JSON object then look like?
{
"data":{
"form":"1001",
"company":"12345",
"title":"Sending File",
"attachment":"test_file"
}
}
Many Thanks!