PhantomBuster integration (Developer Tools, Data). Imported from open-connector.
https://api.phantombuster.com/api/v2/orgs/fetch
/agents/fetch-all
/agents/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Phantombuster record ID. |
/agents/launch
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Phantombuster record ID. |
| argument | string | optional | Agent launch argument as a JSON string or plain object. |
| arguments | string | optional | Agent launch argument as a JSON string or plain object. |
| bonusArgument | string | optional | Agent launch argument as a JSON string or plain object. |
| saveArgument | boolean | optional | Whether to save argument as the agent default launch options. |
| saveArguments | boolean | optional | Whether to save argument as the agent default launch options. |
| manualLaunch | boolean | optional | Whether the launch should be considered manually triggered. |
| maxInstanceCount | integer | optional | Only launch if already running instances are below this value. |
| internalMetadata | object | optional | Key-value metadata attached to the launched container. |
| userCustomMetadata | object | optional | Key-value user metadata attached to the launched container. |
| persistedVolumeKey | string | optional | — |
/agents/stop
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Phantombuster record ID. |
| softAbort | boolean | optional | Whether to try a soft abort. |
| cascadeToAllSlaves | boolean | optional | Whether to recursively stop slave agents. |
| dontLaunchSoon | boolean | optional | Whether to disable the next scheduled launch-soon run. |
| switchToManualLaunch | boolean | optional | Whether to switch the agent to manual launch. |
/containers/fetch-all
| Param | Type | Required | Description |
|---|---|---|---|
| agentId | string | optional | The Phantombuster record ID. |
/containers/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Phantombuster record ID. |