Zalo Friend Trigger icon

Zalo Friend Trigger

Lắng nghe sự kiện kết bạn trên Zalo

Overview

This node listens for specific friend-related events, such as friend requests, from an external service. It is designed to trigger workflows in response to these events, enabling automation based on social interactions or connections.

Common scenarios where this node is beneficial include:

  • Automatically processing incoming friend requests.
  • Triggering notifications or logging when a new friend request is received.
  • Integrating friend event data into other systems or workflows for further actions.

For example, you could use this node to listen for friend requests and then automatically send a welcome message or update a CRM system with the new connection information.

Properties

Name Meaning
Event Types Friend events to listen for. Options: "Friend Requests"

Output

The node outputs JSON data representing the friend event that triggered the webhook. The structure includes details about the event type and associated data (e.g., information about the friend request). This output can be used downstream in the workflow for processing or decision-making.

If binary data were involved, it would typically represent attachments or media related to the event, but this node focuses on JSON event data only.

Dependencies

  • Requires an API key credential for authentication with the external friend event service.
  • Uses a webhook to receive real-time event notifications.
  • Needs proper configuration of the webhook URL in the external service to forward events to n8n.

Troubleshooting

  • No credentials found: Ensure that the required API key credential is configured correctly in n8n.
  • Failed to connect or authenticate: Verify the API key validity and network connectivity.
  • Webhook not triggering: Confirm that the webhook URL is correctly set up in the external service and accessible by n8n.
  • Event data missing or malformed: Check that the external service sends the expected event format and that the node's properties match the event types supported.

Links and References

  • n8n Webhook Documentation
  • External service API documentation (not provided here; refer to your friend event service provider)

Discussion