Overview
This node integrates with the Video To Blog service to emit events when a post is exported. It is designed as a trigger node that listens for specific events from Video To Blog, such as when a post export occurs, and then triggers workflows in n8n based on those events. This is useful for automating processes that depend on content export events from Video To Blog, such as updating other systems, notifying users, or further content processing.
Use Case Examples
- Automatically trigger a workflow when a video post is exported from Video To Blog to update a CMS.
- Send notifications or log export events when a post is exported from Video To Blog.
Properties
| Name | Meaning |
|---|---|
| Destination | Friendly destination name configured in Video To Blog, used to identify where the event is coming from. |
| Trigger Event | The specific event to listen for from Video To Blog, currently supports 'Post Exported' event. |
Output
JSON
json- Contains the body of the webhook request from Video To Blog, representing the event data for the exported post.
Dependencies
- Requires an API key credential for Video To Blog API access.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions.
- Verify that the 'Destination' parameter matches the friendly destination name configured in Video To Blog.
- Check that the webhook URL is correctly registered in Video To Blog to receive events.
- Common errors may include authentication failures due to invalid API keys or misconfigured webhook URLs. Verify credentials and webhook setup to resolve these issues.
Links
- Video To Blog API Documentation - Official API documentation for Video To Blog, useful for understanding available endpoints and webhook setup.