PhantomBuster 节点#
使用 PhantomBuster 节点在 PhantomBuster 中自动化工作,并将 PhantomBuster 与其他应用程序集成。n8n 内置支持广泛的 PhantomBuster 功能,包括添加、删除和获取代理。
在此页面上,您将找到 PhantomBuster 节点支持的操作列表以及更多资源的链接。
凭据
请参考 PhantomBuster 凭据 获取设置身份验证的指导。
操作#
- Agent 代理
- Delete an agent by ID. 按 ID 删除代理。
- Get an agent by ID. 按 ID 获取代理。
- Get all agents of the current user's organization. 获取当前用户组织的所有代理。
- Get the output of the most recent container of an agent. 获取代理最新容器的输出。
- Add an agent to the launch queue. 将代理添加到启动队列。
模板和示例#
如果不支持您的操作该怎么办#
如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。
您可以在 HTTP 请求节点中使用为此服务创建的凭据:
- 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型。
- 选择您要连接的服务。
- 选择您的凭据。
有关更多信息,请参阅自定义 API 操作。