Post Bin
Node: postBin · Full type: n8n-nodes-base.postBin · Version: 1
Operations
Resource: bin
create
No additional parameters.
get
| Parameter |
Type |
Default |
Details |
binId |
string |
"" |
required |
delete
| Parameter |
Type |
Default |
Details |
binId |
string |
"" |
required |
Resource: request
get
| Parameter |
Type |
Default |
Details |
binId |
string |
"" |
required |
requestId |
string |
"" |
required |
removeFirst
| Parameter |
Type |
Default |
Details |
binId |
string |
"" |
required |
send
| Parameter |
Type |
Default |
Details |
binId |
string |
"" |
required |
binContent |
string |
"" |
|
Common Parameters
| Parameter |
Type |
Default |
Details |
requestOptions |
collection |
{} |
keys: batching, allowUnauthorizedCerts, proxy, timeout |
Parameter Details
requestOptions children:
| Parameter |
Type |
Default |
Details |
batching |
fixedCollection |
{...} |
groups: batch |
allowUnauthorizedCerts |
boolean |
false |
|
proxy |
string |
"" |
|
timeout |
number |
10000 |
|
Example
NODE "postBin" AS "Post Bin" {
resource: "bin",
operation: "get",
binId: {{ $json.binId }},
requestId: {{ $json.requestId }}
}