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 social media posts across multiple platforms such as Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads. Specifically, the Profiles - Create operation allows users to create a new social media profile within LATE. This is useful for organizing different social media strategies, whether for personal branding, company accounts, or client management.

Practical examples include:

  • Creating a profile for a new client to manage their social media campaigns.
  • Adding a personal brand profile to separate personal and professional social media activities.
  • Setting up profiles with distinct colors and descriptions to visually organize multiple accounts in the LATE dashboard.

Properties

Name Meaning
Name A descriptive name for the profile, e.g., "Personal Brand", "Company Account", or "Client: Acme Corp". This is required to identify the profile.
Description (Optional) A text description to help remember the purpose of the profile, such as "My personal social media accounts" or "Client social media management".
Color (Optional) A hex color code (e.g., #4ade80 for green) to visually identify the profile in the dashboard, aiding quick distinction between profiles.

Output

The node outputs JSON data representing the newly created profile object as returned by the LATE API. This typically includes the profile's unique identifier, name, description, color, and possibly other metadata related to the profile.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the LATE platform.
  • The base URL for API requests is https://getlate.dev/api/v1.
  • The node expects JSON content-type headers and accepts JSON responses.

Troubleshooting

  • Authentication errors: Ensure that a valid API key credential is configured in n8n for the LATE service.
  • Validation errors: Missing required fields such as "Name" will cause the operation to fail. Make sure all required properties are provided.
  • Color format issues: The color property should be a valid hex color code (e.g., #4ade80). Invalid formats may be rejected by the API.
  • API connectivity issues: Verify network access to https://getlate.dev/api/v1 and check for any firewall or proxy restrictions.

Links and References

Discussion