Auto Socials Post icon

Auto Socials Post

Interact with Auto Socials Post API for video upload and social media posting

Overview

This node interacts with the Auto Socials Post API to create a video upload job for social media posting. It allows users to upload a video file, specify details like title, description, target platforms, tags, and optional posting options in JSON format. This node is useful for automating video uploads to platforms such as X and LinkedIn, enabling streamlined social media content management and scheduling.

Use Case Examples

  1. Uploading a promotional video to multiple social media platforms with specific tags and posting options.
  2. Creating a video upload job with a detailed description and scheduling parameters for future posting.

Properties

Name Meaning
Title The title for the video upload job, required to identify the upload.
Description Optional description for the video upload job to provide additional context.
Platforms The social media platforms where the video will be uploaded, such as X or LinkedIn. This is a required multi-select option.
Tags Optional comma-separated list of tags to categorize or label the video.
Content File Optional selection of the binary property containing the video file to upload.
Posting Options Optional JSON object containing platform-specific posting options and scheduling data.

Output

JSON

  • title - The title of the created upload job.
  • description - The description of the upload job, if provided.
  • platforms - The list of social media platforms targeted for the upload.
  • tags - Array of tags associated with the video.
  • postingOptions - Parsed JSON object with platform-specific posting options.
  • videoFile - The binary buffer of the video file to be uploaded, if provided.
  • binaryData - Metadata about the binary data used for the video file.

Dependencies

  • Auto Socials Post API
  • API key credential for authentication

Troubleshooting

  • Ensure the 'Posting Options' field contains valid JSON to avoid JSON parsing errors.
  • If specifying a binary content file, verify the binary property name matches the input data and contains valid binary data.
  • Common error messages may include invalid JSON format or missing required parameters like title or platforms.
  • API authentication errors may occur if the API key credential is missing or invalid.

Links

Discussion