added datamap

This commit is contained in:
dcore94 2021-07-15 16:01:40 +02:00
parent 76569f0506
commit e30eb66848
1 changed files with 13 additions and 1 deletions

View File

@ -15,8 +15,20 @@
"endpoint1" :{
"url" : "https://ent3szkgiak1.x.pipedream.net"
},
"datamap" : {
"place" : "params",
"name" : "file"
},
"endpoint2" :{
"url" : "https://ent3szkgiak1.x.pipedream.net"
"url" : "https://ent3szkgiak1.x.pipedream.net",
"headers" : {
"Content-Type" : "multipart/form-data; boundary=------------------------ce5addc376b27099",
"Authorization" : "Bearer ${workflow.input.token}"
},
"params" : {
"name" : "f1.json",
"description" : "Example file"
}
}
}
}