n8n-nodes-perfexcrm 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +70 -7
- package/dist/nodes/PerfexCrm/perfexcrm.svg +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
# n8n-nodes-perfexcrm
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/n8n-nodes-perfexcrm)
|
|
4
|
+
[](https://github.com/OBSTechnologies/n8n-nodes-perfexcrm/releases)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
[](https://n8n.io/)
|
|
7
|
+
|
|
3
8
|
This is an n8n community node. It lets you use PerfexCRM in your n8n workflows.
|
|
4
9
|
|
|
5
10
|
PerfexCRM is a powerful customer relationship management system. This node allows you to interact with the PerfexCRM API and receive webhooks for real-time events.
|
|
6
11
|
|
|
7
12
|
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
|
|
8
13
|
|
|
14
|
+
## 🛒 Prerequisites - PerfexCRM API & Webhooks Module
|
|
15
|
+
|
|
16
|
+
**This n8n node requires the PerfexCRM API & Webhooks module to be installed on your PerfexCRM instance.**
|
|
17
|
+
|
|
18
|
+
### 👉 [Purchase the PerfexCRM API & Webhooks Module at perfexapi.com](https://perfexapi.com)
|
|
19
|
+
|
|
20
|
+
The module provides:
|
|
21
|
+
- RESTful API endpoints for all PerfexCRM entities
|
|
22
|
+
- Webhook support for real-time events
|
|
23
|
+
- API key authentication
|
|
24
|
+
- Rate limiting and security features
|
|
25
|
+
- Comprehensive documentation
|
|
26
|
+
|
|
9
27
|
## Installation
|
|
10
28
|
|
|
11
29
|
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
|
|
@@ -98,22 +116,67 @@ You'll need to enter the following credentials to use this node:
|
|
|
98
116
|
4. Create a new API key with the appropriate permissions
|
|
99
117
|
5. Copy the API key (you'll only see it once!)
|
|
100
118
|
|
|
119
|
+
## Example Workflows
|
|
120
|
+
|
|
121
|
+
### 🎯 Lead to Customer Automation
|
|
122
|
+
Automatically convert leads to customers when they meet certain criteria, create a project, and send a welcome email.
|
|
123
|
+
|
|
124
|
+
### 💰 Invoice Payment Tracking
|
|
125
|
+
Track invoice payments in real-time, update your accounting system, and notify your team.
|
|
126
|
+
|
|
127
|
+
### 🎫 Support Ticket Routing
|
|
128
|
+
Automatically assign tickets based on department, priority, or customer type, and send notifications to the right team members.
|
|
129
|
+
|
|
130
|
+
### 📊 Customer Onboarding
|
|
131
|
+
Create a complete onboarding workflow: create customer, setup project, generate first invoice, and send welcome materials.
|
|
132
|
+
|
|
101
133
|
## Compatibility
|
|
102
134
|
|
|
103
|
-
-
|
|
104
|
-
-
|
|
135
|
+
- ✅ n8n version 0.180.0 or later
|
|
136
|
+
- ✅ PerfexCRM 2.3.x or later
|
|
137
|
+
- ✅ PerfexCRM API & Webhooks Module (required)
|
|
105
138
|
|
|
106
139
|
## Resources
|
|
107
140
|
|
|
108
|
-
* [
|
|
109
|
-
* [
|
|
141
|
+
* 🛒 [Purchase PerfexCRM API & Webhooks Module](https://perfexapi.com)
|
|
142
|
+
* 📚 [n8n Community Nodes Documentation](https://docs.n8n.io/integrations/community-nodes/)
|
|
143
|
+
* 📖 [PerfexCRM API Documentation](https://your-perfex.com/admin/api_webhooks/documentation)
|
|
144
|
+
* 🔧 [GitHub Repository](https://github.com/OBSTechnologies/n8n-nodes-perfexcrm)
|
|
145
|
+
* 📦 [npm Package](https://www.npmjs.com/package/n8n-nodes-perfexcrm)
|
|
110
146
|
|
|
111
147
|
## Support
|
|
112
148
|
|
|
113
|
-
For
|
|
149
|
+
### For n8n Node Issues:
|
|
150
|
+
- 🐛 [Open an issue on GitHub](https://github.com/OBSTechnologies/n8n-nodes-perfexcrm/issues)
|
|
151
|
+
- 💬 [n8n Community Forum](https://community.n8n.io/)
|
|
152
|
+
|
|
153
|
+
### For PerfexCRM API & Webhooks Module:
|
|
154
|
+
- 🛒 [Support at perfexapi.com](https://perfexapi.com)
|
|
155
|
+
- 📧 Email: support@obstechnologies.com
|
|
156
|
+
|
|
157
|
+
## Contributing
|
|
158
|
+
|
|
159
|
+
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
160
|
+
|
|
161
|
+
1. Fork the repository
|
|
162
|
+
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
|
|
163
|
+
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
|
|
164
|
+
4. Push to the branch (`git push origin feature/AmazingFeature`)
|
|
165
|
+
5. Open a Pull Request
|
|
114
166
|
|
|
115
|
-
|
|
167
|
+
## Author
|
|
168
|
+
|
|
169
|
+
**OBS Technologies**
|
|
170
|
+
- Website: [obstechnologies.com](https://obstechnologies.com)
|
|
171
|
+
- PerfexCRM Modules: [perfexapi.com](https://perfexapi.com)
|
|
172
|
+
- GitHub: [@OBSTechnologies](https://github.com/OBSTechnologies)
|
|
116
173
|
|
|
117
174
|
## License
|
|
118
175
|
|
|
119
|
-
[MIT](https://github.com/
|
|
176
|
+
[MIT](https://github.com/OBSTechnologies/n8n-nodes-perfexcrm/blob/main/LICENSE) © OBS Technologies
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
**Made with ❤️ by [OBS Technologies](https://obstechnologies.com)**
|
|
181
|
+
|
|
182
|
+
⭐ If you find this node useful, please star it on [GitHub](https://github.com/OBSTechnologies/n8n-nodes-perfexcrm)!
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="60" height="60" rx="8" fill="#2563EB"/>
|
|
3
|
+
<path d="M30 12C20.059 12 12 20.059 12 30C12 39.941 20.059 48 30 48C39.941 48 48 39.941 48 30C48 20.059 39.941 12 30 12ZM30 16.5C37.456 16.5 43.5 22.544 43.5 30C43.5 37.456 37.456 43.5 30 43.5C22.544 43.5 16.5 37.456 16.5 30C16.5 22.544 22.544 16.5 30 16.5Z" fill="white"/>
|
|
4
|
+
<path d="M30 21C25.029 21 21 25.029 21 30C21 34.971 25.029 39 30 39C34.971 39 39 34.971 39 30C39 25.029 34.971 21 30 21ZM30 24.75C32.899 24.75 35.25 27.101 35.25 30C35.25 32.899 32.899 35.25 30 35.25C27.101 35.25 24.75 32.899 24.75 30C24.75 27.101 27.101 24.75 30 24.75Z" fill="white"/>
|
|
5
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-perfexcrm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "n8n nodes for PerfexCRM API and Webhooks integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"prepublishOnly": "npm run build"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
|
-
"dist"
|
|
39
|
+
"dist/**/*"
|
|
40
40
|
],
|
|
41
41
|
"n8n": {
|
|
42
42
|
"n8nNodesApiVersion": 1,
|