Have something to say?

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

Meta BoBo Ads Capability to earn $$$

Hi Zernio team, We are building an AI-powered advertising platform and using Zernio as our execution layer for Meta Ads via BOBO. We would like to request support for a simplified “budget + fee split” workflow for BOBO-based ad execution. Use case Our system: Generates ad creative (video + copy + link) Requests a total campaign budget from the client Splits the budget internally: 25% platform fee 75% Meta ad spend Launches ads via Zernio using BOBO (on behalf of client) Retrieves performance data via Zernio analytics layer Feature request We would like Zernio to support or expose: Clear BOBO execution for ad creation under client accounts Ability to pass a single “total budget” input while allowing internal allocation logic at the platform level Or at minimum, ensure Zernio does not constrain downstream budget handling logic when using Meta BOBO ad accounts Why this matters This enables a new category of AI-driven “done-for-you advertising” products where: users don’t manage Meta Ads directly campaigns are generated and deployed automatically platforms like ours can earn from the advertising budget on the backend. Happy to clarify or provide deeper product specs. Thanks in advance! Camilo@infinitecreator.com

Camilo Lopez 16 days ago

Feature Request — Comment Reactions API

Hi Zernio team! I'm using your platform with an n8n workflow that auto-replies to Facebook page comments. Everything works great, but I'd love to suggest a new feature. 🎯 Feature Request — Comment Reactions API Currently your API supports comment REPLY: POST /api/v1/inbox/comments/reply But there's no way to add a reaction (Like, Love, Haha, etc.) to a comment. This is one of the most common engagement actions on Facebook pages. 📋 Suggested API endpoint: POST /api/v1/inbox/comments/{commentId}/reactions Body: {"accountId": "xxx","reactionType": "LIKE" | "LOVE" | "HAHA" | "WOW" | "SAD" | "ANGRY"} Or to remove:"reactionType": null Underlying Facebook Graph API endpoint already supports this: POST /{comment-id}/reactions (Permission: pages_manage_engagement) Your accounts already have this permission scope (I can see"pages_manage_engagement" in /api/v1/accounts response). 💼 Business value: Auto-engagement boosts FB algorithm visibility Customer feels acknowledged when page reacts to their comment Common UX pattern that Sprout Social, Hootsuite already support Many small businesses (like mine — Suvd Salon, Mongolia) would adopt this immediately 🌍 Use case (mine): - I run a Mongolian beauty salon Facebook page - Customer comments on a post like "What's the price for jacuzzi?"- My n8n bot auto-replies with the price - I'd love to also auto-❤️ the comment to show appreciation Would love to see this added to your roadmap! Let me know if there's a public roadmap I can vote on, or if there's a specific channel for feature requests. Thanks for the great product! Best, Tsedendorj

Tsedendorj Badarch 23 days ago

Completed

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 2 months ago

1

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 about 2 months ago

11

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 3 months ago