Overview
The Zalo Friend Trigger 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 or updating databases when a friend request is received.
Use Case Examples
- Automatically notify a user when they receive a new friend request on Zalo.
- Log friend request events to a CRM system for follow-up.
Properties
| Name | Meaning |
|---|---|
| Event Types | Specifies which friend-related events to listen for, such as friend requests. |
Output
JSON
friendEvent- Contains the data of the friend event received from Zalo, such as details of 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 throw a connection error.
- If the webhook URL is not reachable or incorrectly configured, events will not be received.
- The node only listens for specified event types; ensure the correct event types are selected in the node settings.
Links
- Zalo Friend Events API - Official documentation for Zalo friend event types and usage.