LATE icon

LATE

Schedule and manage social media posts across multiple platforms with LATE - the professional social media management platform supporting Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads

Actions18

Overview

This node integrates with the LATE social media management platform, enabling users to schedule and manage posts across multiple social networks such as Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads. The "List Social Accounts" operation specifically retrieves connected social media accounts, optionally filtered by a given profile ID. This is useful for scenarios where you want to view or manage all linked accounts under a specific user profile or across all profiles.

Practical examples include:

  • Fetching all social accounts connected to a particular profile to display in a dashboard.
  • Retrieving all accounts to automate posting or analytics workflows.
  • Filtering accounts by profile to target specific user groups or clients.

Properties

Name Meaning
Profile ID Optional filter to list accounts associated with a specific profile ID. Leave empty to list all accounts across all profiles. Example: profile_123_abc

Output

The output of this operation is a JSON array of social account objects. Each object represents a connected social media account with details such as account ID, platform, username, and other metadata provided by the LATE API.

The node does not output binary data in this operation.

Dependencies

  • Requires an API key credential for authenticating with the LATE platform.
  • The node communicates with the LATE API at https://getlate.dev/api/v1.
  • Proper configuration of the API key credential within n8n is necessary for successful requests.

Troubleshooting

  • Empty results: If no accounts are returned, verify that the profile ID (if used) is correct and that there are connected accounts under that profile.
  • Authentication errors: Ensure the API key credential is valid and has the necessary permissions.
  • Network issues: Confirm that your environment can reach https://getlate.dev/api/v1 without firewall restrictions.
  • Invalid parameter errors: Double-check the format of the Profile ID; it should match expected patterns like profile_123_abc.

Links and References

Discussion