Have something to say?

Tell us how we could make the product more useful to you.

Discord - Embeds style

Hello! I also wanted to inquire regarding discord embed posting via the new bot By configuring the post as an embed, we can have the Zernio bot make posts that are visually more appealing to the discord servers using built in functionality from discord. Perhaps when customizing the bot, one could setup their embed template? (Reference: https://zernio.featurebase.app/p/discord-bot-customization) Below is an example of what my current webhook based automation does. The top line (description I believe) is simply a timestamp of posting Title is the same displayed username from all my socials And then the body is the social post itself, followed by an image embed. Can look really nice for a nicer touch! And color of course on the left, user preference

Dalek about 1 hour ago

Completed

Inbox: Message "Deleted" / "Edited" endpoint & webhook

Hello! I'm proposing to implement what are probably the MOST IMPORTANT features for Inbox. Specifically, tracking edited and deleted messages on Instagram, Facebook, WhatsApp, Telegram, TikTok, LinkedIn, and so on. The problem is that my clients delete/edit messages in their Inbox; this is standard behavior for anyone in a conversation. And the context of the conversation becomes unclear. Many clients are deceived, messages are deleted, and other unpleasant situations arise when you can't see the actual conversation. These endpoints (webhooks and APIs) support Meta, Telegram, and other social networks. Proofs: https://developers.facebook.com/documentation/business-messaging/whatsapp/webhooks/reference/messages/edit https://developers.facebook.com/documentation/business-messaging/whatsapp/webhooks/reference/messages/revoke https://developers.facebook.com/docs/instagram-platform/webhooks/examples#message-edit And so on. I wrote to support about this feature a month ago, and they told me they were working on it. However, I believe it wasn't a support agent who responded, but an AI. I haven't received any notifications. This feature IS a BASELINE for messaging, and it needs to be added urgently. Without it, messaging becomes opaque. We want to start using your service on an unlimited plan, but only when this feature is available. Thank you!

Alexander Sakharov 3 days ago

6

Profile picture from connected social accounts is returned in low resolution instead of highest available quality

When retrieving the profile picture of a connected social media account via the API, the returned image URL appears to be a resized thumbnail (e.g., 206x206) instead of the highest available resolution provided by the platform. For example, the URL returned includes parameters such as: stp=dst-jpg_s206x206 which indicates that the image has already been resized by the CDN. However, when accessing the same profile manually through the platform (e.g., Instagram), the profile picture can be opened in a significantly higher resolution (typically around ~1024px or higher). This suggests that a higher-quality version of the image exists and is publicly accessible. Since the account is already connected through the official API integration, it would be very useful if the API could return: the highest available profile picture resolution, or an additional field such as profilePictureHd / profilePictureOriginal This would allow developers to store and use higher quality avatars without needing to perform additional scraping or manual extraction. Providing the highest resolution available from the official API would improve use cases such as: displaying profile avatars in dashboards generating social media previews storing high-quality user profile images It would be great if this could be added as an optional field or configuration in the API response.

Luis Federico Rojas Villarrubia about 1 month ago

Instagram Feed Preview / Grid Simulation

It would be very helpful to have an Instagram feed preview feature inside Late. Being able to see how scheduled posts appear together in a grid (for example a 3x3 or 3x4 preview) is extremely important when planning visually curated feeds. Many brands rely heavily on the aesthetic balance of their feed, especially in industries such as beauty, esthetics, interior design, furniture, fashion, footwear and other visually driven products. Tools like Preview became popular because they allow users to plan the visual harmony of the feed before publishing. Having this feature in Late would make it much easier to use Late as the main social media planning tool. It would be great if users could: • see scheduled posts in a grid preview • drag posts to reorder them • simulate upcoming posts before publishing

Lucia Torri about 1 month ago

Completed

Post Recycling / Automated Reposting

Summary: Add the ability to schedule a post for automatic recycling (reposting) at defined intervals through the API. This would allow API users to configure evergreen content to be republished on a set cadence without requiring manual rescheduling or external automation. Desired Functionality: Define a repost interval (e.g., every 2 weeks, every 1 month) when scheduling a post via the API Set a start date for when recycling should begin Control when recycling stops, either by specifying a maximum number of reposts or an expiration date Option to recycle posts individually or as part of a grouped rotation Use Case: We manage social content programmatically through the API and have a significant amount of evergreen content (promotional offers, educational resources, recurring reminders) that needs to be reshared on a regular basis. Currently, this requires us to build and maintain our own scheduling logic externally, then make repeated API calls to reschedule the same content. Native recycling support would eliminate that overhead and keep the scheduling logic centralized within Late. Example Payload (for reference): { "recycling": { "gap": 2, "gap_freq": "Week", "start_date": "2025-06-01", "expire_count": 5 } } Additional Notes: Spintax or text variation support would be a strong complement to this feature, helping avoid duplicate content flags on platforms like Twitter/X and Pinterest. Platform-level controls would be useful since not every network supports or allows identical reposting (e.g., YouTube, TikTok). This is a feature already offered by competitors like Publer in their API, so adding it would help close a gap in Late's API capabilities. https://publer.com/docs/posting/create-posts/publishing-methods/recycling-posts

Jessica Nurenberg about 1 month ago

Facebook Multi-Image Carousel Post with Card Links + Names

Please add support for multi-image carousel posts on Facebook that allow you to add a name and destination URL per carousel card to match Ayrshare’s functionality: https://www.ayrshare.com/docs/apis/post/social-networks/facebook#carousel-images Carousel Images Post Facebook Carousel images through Ayrshare’s API with thecarouselbody parameter. Facebook Carousel Post { "faceBookOptions": { "carousel": { // The URL of the "See More At" button - required "link": "URL of See More At...", "items": [ // 2 min, 10 max elements in the array { "name": "Image name", // optional "link": "URL when image clicked", // required "picture": "URL of image" // required }, { "name": "Image name", "link": "URL when image clicked", "picture": "URL of image" } ] } } } The top-level link parameter is the URL at the end of the carousel. The items is an array of object containing the following values. Minimum 2 elements and max 10 elements in the items array. picture - URL of the carousel image. link - URL when the image is clicked. name - (optional) Image displayed in each image card.

Jessica Nurenberg about 1 month ago

🏆 [Quick / High Value] Customizable, Hosted UI for OAuth Workflow

Current Feature: You already have the ability for us to white label the OAuth workflow with &headless: https://docs.getlate.dev/core/connect The Problem: We have to create and manage UI + it doesn’t work for all platforms, only a few, so it creates a broken user experience across our platform. Users get our hosted UI sometimes and getlate.dev hosted UI other times. That’s not optimal UX. The Solution: Allow us to customize your hosted UI, eliminate the need for custom UI unless we want it for some reason beyond the basic UI already provided. Example from your competitor: Bundle.social already offers this, it’s super simple. You use their hosted UI but you’re able to brand it to your brand with a few simple params. I imagine this isn’t far off from what you already have built with your hosted UI but it would be a HUGE value to all of us who want a proper whitelabeled experience. Full overview: https://info.bundle.social/api-reference/connect-social-accounts Parameters section: https://info.bundle.social/api-reference/connect-social-accounts#parameters The end result is a branded UI on a hosted OAuth experience (see attachement, but with params having our own brand instead of theirs) Bundle.social hosted UI, which is customizable: Bundle.social params that can easily be manipulated to style across all platforms through OAuth

realjoet 2 months ago