Actions7
Overview
This node interacts with the Auto Socials Post API to manage scheduled video upload jobs for social media platforms. Specifically, the 'List Scheduled Jobs' operation retrieves a paginated list of all scheduled upload jobs, allowing users to view upcoming scheduled posts. This is useful for managing and auditing scheduled content across platforms like X and LinkedIn.
Use Case Examples
- A social media manager wants to see all upcoming scheduled video posts to coordinate campaigns.
- A content team needs to audit scheduled jobs to ensure no duplicates or errors before execution.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of scheduled jobs to return (1-100) |
| Offset | Number of scheduled jobs to skip for pagination |
Output
JSON
json- Array of scheduled upload job objects with details such as title, platforms, scheduled time, and status
Dependencies
- Requires an API key credential for the Auto Socials Post API to authenticate requests.
Troubleshooting
- Common issues include invalid API credentials causing authentication failures.
- Providing a limit value outside the 1-100 range will cause validation errors.
- Network or API downtime may result in request failures; retry or check API status.
- Invalid JSON in other operations' parameters can cause errors, but not in this listing operation.
Links
- Auto Socials Post API - List Scheduled Jobs - Official API documentation for listing scheduled jobs endpoint.