Actions7
Overview
This node interacts with the Auto Socials Post API to create multiple scheduled video upload jobs in a single operation. It is useful for users who want to schedule batch uploads of videos to various social media platforms at specified times, automating the posting process. For example, a social media manager can schedule a series of promotional videos to be posted on platforms like X and LinkedIn on different dates and times without manual intervention.
Use Case Examples
- Scheduling multiple video posts for different platforms and times in one batch to streamline social media campaigns.
- Automating the scheduling of video content uploads for a marketing team to ensure consistent posting.
Properties
| Name | Meaning |
|---|---|
| Jobs Data | An array of job objects, each containing details such as title, description, platforms, video URL, scheduled time, and optional fields like tags and metadata. This property is required and expects a JSON array input. |
Output
JSON
json- The response from the API after creating the batch scheduled jobs, typically including details of the created jobs or confirmation of the operation.
Dependencies
- Requires an API key credential for the Auto Socials Post API to authenticate requests.
Troubleshooting
- Invalid JSON in the 'Jobs Data' field: Ensure the input is a valid JSON array of job objects.
- 'Jobs Data' must be an array: Provide an array of job objects, not a single object or other data type.
- API errors: The node may throw errors if the API key is invalid or if the API service is unreachable. Verify credentials and network connectivity.
Links
- Auto Socials Post API Documentation - Create Batch Scheduled Jobs - Official API documentation for creating batch scheduled jobs, detailing required fields and usage.