Overview
This node acts as a trigger for workflows based on actions initiated in Forest Admin. It listens for incoming HTTP POST requests at a specified webhook URL and triggers the workflow when such a request is received. This is useful for automating processes in response to events or actions performed within the Forest Admin interface, such as data changes or custom actions.
Use Case Examples
- Trigger a workflow when a record is updated in Forest Admin to synchronize data with another system.
- Start a notification workflow when a specific action is performed in Forest Admin.
Output
JSON
body- The JSON payload received from the Forest Admin webhook request
Dependencies
- Requires a webhook URL to be configured in Forest Admin to send POST requests to this node.
Troubleshooting
- Ensure the webhook URL is correctly set in Forest Admin to point to this node's webhook path.
- Verify that Forest Admin sends POST requests with the expected JSON payload format.
- Check network connectivity and firewall settings to allow incoming requests to the webhook URL.
Links
- Forest Admin Documentation - Official documentation for Forest Admin, useful for setting up webhooks and understanding event triggers.