Overview
This node is a trigger for the POPO Open Platform Robot API. It starts a workflow when there is an update from a POPO app robot. The node decrypts incoming encrypted data using AES encryption and outputs the decrypted JSON data. It is useful for automating workflows based on real-time updates from the POPO robot platform, such as processing robot status updates or commands.
Use Case Examples
- Automate processing of robot status updates received from the POPO platform.
- Trigger workflows to handle commands or events sent by the POPO robot API.
Output
JSON
json- Decrypted JSON data from the POPO robot API update
Dependencies
- Requires an AES key credential for decrypting incoming data from the POPO Open Platform Robot API.
Troubleshooting
- If decryption fails, ensure the AES key credential is correctly configured and matches the key used by the POPO platform.
- Errors parsing JSON indicate the decrypted data is not valid JSON; verify the encryption and decryption parameters (mode, padding, encoding) are correct.