π DEV UPDATE β Zorgax Γ Facebook Messenger Γ MyZubster Comic Universe
Another piece of the MyZubster ecosystem is now connected.
Over the latest development cycle, we expanded the Facebook Messenger integration from a basic webhook into a richer conversational gateway powered by Zorgax.
The pipeline now works end-to-end:
Facebook Messenger β Meta Webhook β MyZubster β Zorgax β Context/Media Routing β Meta Send API β Messenger
What we shipped
π¬ Zorgax on Messenger
Users can talk directly with Zorgax from the MyZubster Community Facebook Page. Messages are received through the production Meta webhook, processed by MyZubster, and answered back through the Messenger Send API.
π§ Multi-turn conversation context
Zorgax can maintain short-term conversation context, allowing interactions such as:
I want to become a Seller
β How much does it cost?
β OK, how do I start?
without requiring the user to repeat the original intent every time.
π Automatic language adaptation
Zorgax follows the language of the conversation, so an Italian user can naturally continue in Italian while the same bridge can handle other languages.
π° Grounded Seller pricing
During live testing we caught an important issue: the AI could speculate about Seller costs and commissions.
We changed the Messenger instructions so commercial information must be grounded in known MyZubster configuration.
The current configured default Seller plan is:
β¬9.90/month
Zorgax also tells users to verify the live Marketplace price because configuration can change, and it must not invent commissions, payment fees, discounts or other commercial conditions.
π¨ Comic Universe image support
Messenger can now detect requests related to the MyZubster Comic Universe.
For example:
Show me the MyZubster comic
can trigger:
Comic intent β visual selection β Meta image attachment β contextual response β Comic Universe link
We also added an important semantic boundary:
FICTION / CONCEPT artwork must never be presented as evidence of real-world events.
The first production test now correctly identifies:
MyZubster Comic Universe Β· Origins β FICTION / CONCEPT
and routes users to the public Comic Universe.
Some production lessons
This integration surfaced several useful engineering lessons.
A webhook returning 200 OK doesn't necessarily mean asynchronous processing completed in a serverless environment.
AI responses should not be trusted to invent commercial facts simply because conversational context makes an answer sound plausible.
And once an AI assistant starts sending media, intent routing and deterministic responses for known resources can be more reliable than asking the model to decide everything.
We addressed these progressively through the Messenger bridge.
Open-source development
The work was delivered incrementally through the MyZubster repository, including:
PR #1007 β keep Zorgax processing alive after webhook acknowledgement
PR #1008 β improve Messenger conversation quality and context
PR #1009 β ground Seller pricing answers
PR #1010 β connect Comic Universe images
PR #1011 β prioritize public Comic Universe responses and make image delivery observable
MyZubster repository on GitHub
MyZubster Comic Universe
MyZubster Marketplace
What started as βmake Messenger replyβ is becoming a real external gateway into the MyZubster ecosystem.
Messenger is no longer just another channel. Zorgax can now understand context, route users, ground critical information, and deliver MyZubster visual content directly inside the conversation.
More connectors next. ππ€
Top comments (0)