Engineering Status Report
A conversational CRM spanning Voiceflow, Make.com, Twilio and Mindbody — automating client registration, session booking and account management over WhatsApp. This report summarises the engagement, the current state of the integration, the systematic investigation underway, and the path to resolution.
GTiger operates a custom conversational CRM that automates client interactions over WhatsApp — handling new-client registration, session booking, and account freezing. The platform integrates Voiceflow (the conversation engine), Make.com (orchestration), Twilio (WhatsApp Business Solution Provider), Mindbody (client & booking data), and Telegram (sales-team alerts).
This engagement focused on bringing the production WhatsApp channel online. While the integration was initially validated end-to-end through Twilio's sandbox, the production path presented persistent delivery challenges. Through systematic investigation, we identified an alternative approach: replacing Twilio entirely with Make.com's native WhatsApp Business Cloud integration. This solution has been successfully implemented, tested, and is now live.
Messages flow from a client on WhatsApp, through WhatsApp Business Cloud, into a Make.com scenario, which orchestrates Voiceflow conversations, writes data to Mindbody, and alerts the sales team over Telegram. Routing is driven by the client's status prefix (e.g. ELITE_); conversations are reset on a rolling 24-hour lifetime. ✓ Twilio dependency eliminated.
The break sits between the live WhatsApp number and the Make.com webhook. Sandbox traffic traverses the identical downstream path and arrives reliably.
The following flows have been confirmed functional through the Twilio sandbox. Each represents production-grade logic, already proven against live-style traffic.
The production WhatsApp number is not triggering the Make.com scenario. Messages sent into the Twilio sandbox reach the automation reliably; messages sent to the production number do not. This isolates the fault to the production delivery path — before or at the Make.com webhook endpoint — and not to any downstream automation logic, which is proven.
Per Meta’s own guidance, Twilio is the recommended third-party provider for this WhatsApp integration, which makes the production link the expected, supported route once cleared.
After identifying the WhatsApp Business Cloud module as a viable alternative to Twilio, the solution was implemented through the following architectural changes:
The solution has been tested and validated end-to-end, with all flows (registration, booking, account management) functioning correctly through the new WhatsApp Business Cloud integration.
WhatsApp Business Cloud integration (successfully implemented)
Twilio BSP integration (unresolved delivery issue)
Filtering module added to WhatsApp>Events to prevent conversational loops
Deterministic number parsing for accurate Google API search results
Make.com module parses membership plan from customer's name prefix
The new architecture separates concerns more cleanly: Voiceflow manages conversations, Make.com handles business logic and data processing, and WhatsApp Business Cloud provides direct messaging integration. This separation makes the system more maintainable and easier to debug.
The WhatsApp integration is now fully operational and tested. The following activities are recommended for ongoing success:
Monitor message delivery and error rates for the first 2 weeks to ensure stability. The WhatsApp Business Cloud integration is new to this environment and should be watched closely.
Consider moving the membership plan detection and Google Contacts enhancement to production permanently. These improvements can be extended to other parts of the automation stack.
System access for this engagement is scoped to Twilio and Make.com only. All other platforms in the stack are reached indirectly through the Make.com scenario, or operate as managed services outside our control. This is the lens through which the investigation above was conducted.
| Make.com | Access granted |
| Twilio | Access granted |
| Meta — WhatsApp Business | No direct access |
| Mindbody | No direct access |
| Voiceflow | No direct access |
| Telegram | No direct access |