Actions18
- Profiles Actions
- Posts Actions
- Media Actions
- Social Accounts Actions
- Connect Platform Actions
- Facebook Management Actions
- LinkedIn Management Actions
- Clone Connection Actions
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 "Social Accounts - List" operation specifically retrieves a list of connected social media accounts. This is useful for scenarios where you want to view or manage all linked accounts within your LATE profile or filter accounts by a specific profile ID.
Practical examples include:
- Fetching all social accounts connected to your LATE workspace to display them in a dashboard.
- Filtering accounts by a particular profile ID to manage or analyze posts related only to that profile.
Properties
| Name | Meaning |
|---|---|
| Profile ID | Optional: Filter accounts by a specific profile ID. Leave empty to see all connected accounts across all profiles. Example: profile_123_abc |
Output
The output JSON contains an array of social account objects retrieved from the LATE API. Each object represents a connected social media account with details such as account ID, platform, username, and other metadata relevant to the account.
If the node supports binary data (not explicitly shown in the provided code), it would typically relate to media files associated with accounts or posts, but this operation primarily returns JSON data about accounts.
Dependencies
- Requires an active connection to the LATE API via an API key credential.
- The node uses the base URL
https://getlate.dev/api/v1for API requests. - Proper configuration of the API authentication token in n8n credentials is necessary.
Troubleshooting
- Empty results when filtering by Profile ID: Ensure the Profile ID is correct and exists in your LATE workspace. If left empty, the node returns all connected accounts.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network issues: Check internet connectivity and that the LATE API endpoint is reachable.
- Unexpected response format: Confirm that the LATE API version matches the expected schema used by the node.
Links and References
- LATE Official Website
- LATE API Documentation (for detailed API endpoints and data structures)