https://github.com/maximiliana-dev/n8n-nodes-trengo
Listen for incoming Trengo webhook events from n8n
https://github.com/maximiliana-dev/n8n-nodes-trengo
n8n n8n-nodes trengo
Last synced: 3 months ago
JSON representation
Listen for incoming Trengo webhook events from n8n
- Host: GitHub
- URL: https://github.com/maximiliana-dev/n8n-nodes-trengo
- Owner: maximiliana-dev
- Created: 2025-04-29T08:27:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-30T18:18:26.000Z (6 months ago)
- Last Synced: 2025-06-18T06:55:43.082Z (4 months ago)
- Topics: n8n, n8n-nodes, trengo
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# π n8n-nodes-trengo
Unofficial node to integrate [Trengo](https://trengo.com/) webhook events into n8n workflows.
## π About
This node allows you to receive [Trengo events](https://developers.trengo.com/docs/configuration) in real-time within your n8n workflows. It automatically verifies HMAC signatures and parses payloads so you can start automating your customer service processes.
## β¨ Supported Events
Webhooks will be created and deleted automatically using the Trengo REST API.
| Event | Description | Supported |
| ----------------------- | ------------------------- | --------- |
| INBOUND | Inbound message received | β |
| OUTBOUND | Outbound message sent | β |
| NOTE | Internal note created | β |
| TICKET_LABEL_ADDED | Label added to ticket | β |
| TICKET_LABEL_DELETED | Label removed from ticket | β |
| TICKET_ASSIGNED | Ticket assigned | β |
| TICKET_CLOSED | Ticket closed | β |
| TICKET_REOPENED | Ticket reopened | β |
| TICKET_MARKED_AS_SPAM | Ticket marked as spam | β |
| TICKET_UNMARKED_AS_SPAM | Ticket unmarked as spam | β |
| VOICE_CALL_STARTED | Voice call started | β |
| VOICE_CALL_ENDED | Voice call ended | β |
| VOICE_CALL_RECORDED | Voice call recorded | β |
| VOICE_CALL_MISSED | Voice call missed | β |
| VOICE_CALL_ROUTE_NUMBER | IVR action sent | β |## π§ Installation
1. Open your n8n instance
2. Go to Settings > Community Nodes
3. Search for "@maximiliana/n8n-nodes-trengo"
4. Click Install
5. Restart n8n## πΊοΈ Roadmap
- [ ] Support for Trengo API actions
- [ ] Extended documentation## π€ Contributing
Contributions are welcome! If you have any ideas or improvements, feel free to open a PR.
## βοΈ Legal Disclaimer
This node is developed and maintained by Maximiliana (BUKIT APP, S.L.) and has no affiliation with Trengo. We are not responsible for any Trengo API changes or availability.
The Trengo logo and "Trengo" trademark are registered trademarks owned by Trengo B.V.
## π License
MIT Β© Maximiliana (BUKIT APP, S.L.)