Overview
This node listens for friend-related events on the Zalo platform, specifically friend requests. It is useful for automating workflows that need to respond to new friend requests on Zalo, such as sending notifications, updating databases, or triggering other processes when a friend request event occurs.
Use Case Examples
- Automatically notify a team when a new friend request is received on Zalo.
- Log friend request events into a CRM system for follow-up.
- Trigger a welcome message or onboarding workflow when a friend request is accepted.
Properties
| Name | Meaning |
|---|---|
| Event Types | Specifies which friend-related events to listen for on Zalo. Currently supports listening for friend request events. |
Output
JSON
friendEvent- Contains the data of the friend event received from Zalo, such as details about the friend request.
Dependencies
- Requires Zalo API credentials including cookie, IMEI, and user agent for authentication.
Troubleshooting
- Ensure valid Zalo API credentials are provided; otherwise, the node will fail to connect.
- If the webhook URL is not reachable or incorrectly configured, events will not be received.
- The node only listens for friend request events as per current implementation; other event types are not supported.
Links
- Zalo Friend Events API - Official documentation for Zalo friend event types and API usage.