Phantombuster
Node: phantombuster · Full type: n8n-nodes-base.phantombuster · Version: 1
Credentials
phantombusterApi (alias: @phantombuster)
CREDENTIAL @phantombuster = phantombusterApi "My Phantombuster"
Operations
Resource: agent
delete
| Parameter |
Type |
Default |
Details |
agentId |
options |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
agentId |
string |
"" |
required |
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
25 |
|
getOutput
| Parameter |
Type |
Default |
Details |
agentId |
options |
"" |
required |
resolveData |
boolean |
true |
|
additionalFields |
collection |
{} |
keys: prevContainerId, prevStatus, prevRuntimeEventIndex |
launch
| Parameter |
Type |
Default |
Details |
agentId |
options |
"" |
required |
resolveData |
boolean |
true |
|
jsonParameters |
boolean |
false |
|
additionalFields |
collection |
{} |
keys: argumentsJson, argumentsUi, bonusArgumentUi, bonusArgumentJson, manualLaunch, maxInstanceCount, ... |
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
prevContainerId |
string |
"" |
|
prevStatus |
options |
"" |
finished, lauch error, never launched, running, starting, unknown |
prevRuntimeEventIndex |
number |
0 |
|
Example
NODE "phantombuster" @phantombuster AS "Phantombuster" {
resource: "agent",
operation: "get"
}