DEV Community

Daniel Ioni
Daniel Ioni

Posted on

🚀 MyZubster Dev Update — Zorgax is now live on Facebook Messenger

🚀 MyZubster Dev Update — Zorgax is now live on Facebook Messenger

Today we completed the end-to-end integration between MyZubster Community, Meta Messenger, and Zorgax, our AI copilot.

Users can now message the MyZubster Community Facebook Page and receive a real-time response from Zorgax.

What we shipped

The complete flow is now operational:

Facebook Messenger → Meta Webhook → MyZubster API → Zorgax → Meta Send API → Messenger

During the integration we:

configured the Meta Messenger webhook and OAuth environment;
validated the production callback endpoint;
implemented secure webhook verification;
enabled X-Hub-Signature-256 validation using the Meta App Secret;
connected the production Page Access Token;
connected the webhook to the MyZubster/Zorgax backend;
fixed asynchronous reply execution on Vercel using waitUntil();
deployed the fix to production;
successfully tested incoming and outgoing Messenger messages;
confirmed multilingual interaction — Zorgax can already answer users in Italian.

The production webhook is:

https://www.myzubster.com/api/meta/messenger/webhook

The fix for reliable Messenger replies was delivered through PR #1007 — fix(messenger): keep Zorgax reply alive after webhook ack.

View MyZubster PR #1007 on GitHub

Try it

You can interact with Zorgax through the MyZubster Community Facebook Page:

MyZubster Community on Facebook

And explore the main project here:

MyZubster

MyZubster open-source repository

What this unlocks

This isn't just a Facebook bot integration.

It gives Zorgax another entry point into the MyZubster ecosystem. A user can start a conversation directly from Messenger and be guided toward the Marketplace, Seller tools, Metaverse, LIFE Pilot, Community, and other MyZubster experiences.

One ecosystem. Multiple entry points. One copilot.

Zorgax is now listening on Messenger. 🤖🌍

MyZubster #Zorgax #OpenSource #AI #FacebookMessenger #Meta #Vercel #NodeJS #BuildInPublic #OpenSourceAI

Top comments (0)