Overview
This node is a trigger designed to listen for events related to a selected bank account from the "Casso" service. It is useful in scenarios where you want to automate workflows based on real-time updates or changes happening in a specific bank account managed by the Casso platform. For example, it can be used to trigger notifications, update databases, or start other processes whenever there is activity on the chosen bank account.
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 informing users that this is an experimental version of the node with ongoing updates and bug fixes. It also provides a link for the latest information. |
| Bank Id | Select the bank account to listen to. Options: - From list (searchable list of available accounts) - ID (enter a specific bank account ID manually) |
Output
The node outputs JSON data representing the event payload received from the Casso service when an event occurs on the selected bank account. The output structure corresponds to the webhook data sent by the external API and typically includes details about the event and the bank account involved.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the PhoAi Ultimate Casso API.
- Needs proper configuration of the OAuth2 API credentials within n8n to authorize HTTP requests.
- The node uses a webhook URL configured in the workflow to receive event notifications from the external service.
- External API endpoint base URL:
https://apiv2.phoai.vn/api/casso
Troubleshooting
- Common issues:
- Failure to authenticate due to missing or incorrect API credentials.
- Webhook not triggering because the webhook URL is not properly registered or accessible.
- Selecting an invalid or non-existent bank account ID.
- Error messages:
- Errors during subscription creation or deletion usually indicate network issues or invalid credentials.
- If the webhook check fails, ensure the webhook URL is correctly set and publicly reachable.
- Resolutions:
- Verify API credentials and permissions.
- Confirm the webhook URL is correctly configured and accessible from the internet.
- Use the provided searchable list mode to select valid bank accounts instead of manual ID entry to avoid typos.
Links and References
- Casso Service Information and Updates
- PhoAi Ultimate Casso API documentation (not directly linked in code; consult your API provider)
