Actions22
- Video Actions
- Avatar Actions
- Voice Actions
- Template Actions
- Product Actions
- AI Script Actions
- File Actions
- Visual Style Actions
- Webhook Actions
Overview
This node allows you to add a webhook endpoint to the JoggAI platform, enabling your workflow to receive real-time notifications about specific events related to AI video and avatar processing. By configuring a secure HTTPS URL and selecting which events to subscribe to, you can automate reactions to important occurrences such as successful video generation or avatar creation failures.
Common scenarios include:
- Triggering downstream workflows when a video has been successfully generated.
- Logging or alerting when avatar creation fails.
- Integrating with other systems by forwarding event data via webhooks.
For example, you might set up a webhook to notify your content management system whenever a new AI-generated video is ready, allowing automatic publishing or review processes.
Properties
| Name | Meaning |
|---|---|
| URL | The HTTPS URL of the webhook endpoint where event notifications will be sent. |
| Events | List of events to subscribe to. Options: "Generated Video Success", "Generated Video Failed", "Create Avatar Success", "Create Avatar Failed". |
| Status | Webhook status, either "enabled" or "disabled". |
Output
The node outputs JSON data representing the result of the webhook addition operation. This typically includes confirmation details such as the webhook ID, subscribed events, status, and the registered URL.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the JoggAI API.
- The webhook URL must be HTTPS to ensure secure communication.
- Network connectivity to the JoggAI service is necessary.
Troubleshooting
- Invalid URL error: Ensure the webhook URL starts with
https://and is publicly accessible. - Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- Event subscription issues: Confirm that at least one valid event is selected; subscribing to no events may cause failure.
- Webhook disabled status: If the webhook is created but not triggering, check if the status is set to "disabled".
- Network timeouts or unreachable URL: Make sure the receiving server is online and can accept incoming POST requests from JoggAI.
Links and References
- JoggAI API Documentation (replace with actual URL)
- n8n Webhook Node Concepts: https://docs.n8n.io/nodes/n8n-nodes-base.webhook/