Pipedrive node#
ใช้ Pipedrive node เพื่อช่วยทำงานใน Pipedrive แบบอัตโนมัติและเชื่อมต่อกับแอปพลิเคชันอื่น ๆ. n8n มีการสนับสนุนคุณสมบัติของ Pipedrive หลากหลาย เช่น การสร้าง, อัปเดต, ลบ และดึงข้อมูล activity, files, notes, organizations และ leads.
ในหน้านี้ คุณจะพบรายการของ operations ที่ Pipedrive node รองรับและลิงก์สำหรับข้อมูลเพิ่มเติม.
Credentials
ดูรายละเอียดเพิ่มเติมได้ที่ Pipedrive credentials สำหรับคำแนะนำในการตั้งค่า authentication.
This node can be used as an AI tool
This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
Operations#
- Activity
- Create an activity
- Delete an activity
- Get data of an activity
- Get data of all activities
- Update an activity
- Deal
- Create a deal
- Delete a deal
- Duplicate a deal
- Get data of a deal
- Get data of all deals
- Search a deal
- Update a deal
- Deal Activity
- Get all activities of a deal
- Deal Product
- Add a product to a deal
- Get all products in a deal
- Remove a product from a deal
- Update a product in a deal
- File
- Create a file
- Delete a file
- Download a file
- Get data of a file
- Lead
- Create a lead
- Delete a lead
- Get data of a lead
- Get data of all leads
- Update a lead
- Note
- Create a note
- Delete a note
- Get data of a note
- Get data of all notes
- Update a note
- Organization
- Create an organization
- Delete an organization
- Get data of an organization
- Get data of all organizations
- Update an organization
- Search organizations
- Person
- Create a person
- Delete a person
- Get data of a person
- Get data of all persons
- Search all persons
- Update a person
- Product
- Get data of all products
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.