PhantomBuster node#
ใช้ PhantomBuster node เพื่อช่วยทำงานใน PhantomBuster แบบอัตโนมัติและเชื่อมต่อกับแอปพลิเคชันอื่น ๆ. n8n มีการสนับสนุนคุณสมบัติของ PhantomBuster หลากหลาย เช่น การเพิ่ม, ลบ, และดึงข้อมูล agents.
ในหน้านี้ คุณจะพบรายการของ operations ที่ PhantomBuster node รองรับและลิงก์สำหรับข้อมูลเพิ่มเติม.
Credentials
ดูรายละเอียดเพิ่มเติมได้ที่ PhantomBuster credentials สำหรับคำแนะนำในการตั้งค่า authentication.
Operations#
- Agent
- Delete an agent by ID.
- Get an agent by 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.
Templates and examples#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.