Actions2
- Tin nhắn Actions
Overview
This node, named "PhoAi Ultimate Facebook," is designed to interact with a Facebook-related API service. It primarily supports operations related to messaging functionalities such as sending messages to friends on Facebook Messenger. The node can be used in automation workflows where integration with Facebook Messenger is required, for example:
- Sending automated messages or notifications to Facebook friends.
- Managing Facebook page interactions programmatically.
- Integrating Facebook Messenger communication into broader business processes.
The node is currently marked as an experimental version, indicating ongoing updates and improvements.
Properties
| Name | Meaning |
|---|---|
| Đây là phiên bản Thử nghiệm Chúng tôi sẽ liên tục cập nhât và sửa lỗi. Mời bạn truy cập https://zalo.me/g/ebsiof941 để cập nhật thông tin mới nhất |
A notice field informing users that this is an experimental version with continuous updates. |
| Workspace ID | The identifier of the workspace to target. Required when searching by workspace or staff. |
Output
The node outputs JSON data containing the results of the API calls made during execution. The output JSON typically includes:
success: A boolean indicating whether the operation was successful.response: The raw response from the Facebook-related API.zaloResponse: A duplicate of the API response (likely for compatibility or logging).
If an error occurs and the node is configured to continue on failure, the output will include the original input JSON along with the error details.
The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating with the Facebook-related API service.
- The node makes HTTP POST requests to the endpoint
https://api.phoai.vn/api/facebookwith different paths depending on the operation. - No additional external dependencies are indicated.
Troubleshooting
Common issues:
- Incorrect or missing Workspace ID may cause the node to fail.
- Network connectivity problems could prevent successful API calls.
- Invalid or expired API credentials will result in authentication errors.
Error messages:
- Errors thrown by the API are caught and either returned as part of the output (if "continue on fail" is enabled) or cause the node to fail.
- If an error contains a status code, it is attached to the error object for better debugging.
Resolution tips:
- Verify that the Workspace ID and other parameters are correctly set.
- Ensure the API key credential is valid and has necessary permissions.
- Check network access to the API endpoint.
- Enable "continue on fail" to debug problematic items without stopping the entire workflow.
Links and References
- PhoAi Official Group on Zalo — For updates and support regarding this node.
- Facebook Messenger Platform Documentation — For understanding Messenger API capabilities.
- n8n HTTP Request Node Documentation — Useful for understanding how HTTP calls are made within n8n nodes.
