Actions7
Overview
This node interacts with the Auto Socials Post API to manage video upload jobs and social media postings. It supports operations such as creating upload jobs, checking job status, waiting for job completion, listing jobs, creating scheduled jobs, batch scheduling jobs, and listing scheduled jobs. It is useful for automating video uploads and social media posts across platforms like X and LinkedIn, with options for tagging, scheduling, and platform-specific posting configurations.
Use Case Examples
- Create an upload job to post a video to multiple social media platforms with tags and custom posting options.
- Check the status of an existing upload job by its job ID.
- Wait for a video upload job to complete, with configurable polling intervals and maximum wait times.
- List all upload jobs with pagination support using limit and offset parameters.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of jobs to return (1-100) |
| Offset | Number of jobs to skip for pagination |
Output
JSON
json- The JSON response from the Auto Socials Post API containing job details or lists of jobs
Dependencies
- Requires an API key credential for the Auto Socials Post API
Troubleshooting
- Invalid JSON errors may occur if the posting options, metadata, or jobs data fields contain malformed JSON. Ensure these fields contain valid JSON strings.
- If the job ID is incorrect or the job does not exist, the node may throw errors when fetching job status or waiting for completion.
- Timeouts can occur during the waitForCompletion operation if the job does not complete within the specified maximum wait time. Adjust the maxWaitTime and pollInterval parameters accordingly.
Links
- Auto Socials Post API Documentation - Official API documentation for understanding available endpoints and parameters.