SMS replies are not delivered to the customer
SMS replies are not delivered to the customer
If a customer reports that they did not receive your reply, check each of the following causes in order:Cause A, Customer is opted out. The customer previously texted STOP, which blocks all outbound messages to their number. Ask the customer to text START to re-opt in.Cause B, Inbound webhook not configured. If your Twilio Messaging Service does not have
UseInboundWebhookOnNumber set to true, inbound messages route nowhere and the bot never replies. In your Twilio console, open the Messaging Service settings and enable that option.Cause C, Message too long / encoding. Long replies are automatically split into multiple SMS segments, and non-GSM-7 characters are transliterated to keep messages single-byte, so a single oversized message can no longer be dropped by the carrier. If splitting is not occurring, confirm your deployment is running the latest version.Cause D, A2P campaign status. Outbound application-initiated SMS routes through the A2P Messaging Service. Confirm your campaign is approved and TWILIO_MESSAGING_SERVICE_SID is set in production."Send Failed" appears in the inbox composer
"Send Failed" appears in the inbox composer
A “Send Failed” banner means the manual reply did not go out. Follow these steps:
- Re-send by composing the message again, transient issues usually clear on a second try.
- Confirm the customer’s phone number is valid (a real 10-digit US mobile).
- Confirm the Twilio + Messaging Service configuration is active. If sessions have expired (they last 24 hours), reload and log back in.
Order not visible in Finances or order count
Order not visible in Finances or order count
If an order is missing from Finances or the order count looks wrong, check the order’s status first.Open Orders and locate the order. If its status is
pending_payment, it is intentionally excluded from all revenue analytics until the customer pays. This is by design, revenue is only recognized on committed (paid) orders.Once the customer completes payment on the checkout page, the charge is confirmed synchronously and the status changes to paid on the spot, the order appears immediately in Finances, P&L, and all related reports. If the customer has paid but the order still does not appear, refresh the view.Bot is not responding to customer texts
Bot is not responding to customer texts
If customers are texting your number and receiving no reply, work through these checks:
- Webhook URL: In your Twilio console, verify the inbound webhook is set to
https://<your-deployment-url>/api/sms/webhook. - UseInboundWebhookOnNumber flag: In the Messaging Service settings, confirm this flag is
true. When a number is in a Messaging Service, the service controls inbound; without this flag, messages are received but routed nowhere. - Anthropic API key: Confirm
ANTHROPIC_API_KEYis set and the account has remaining credits. A depleted or invalid key causes the bot to fail.
Export download is empty or fails
Export download is empty or fails
If an export file downloads with no data, or the download fails entirely, try the following:
- Broaden the date range: The most common cause of an empty export is a range that contains no matching records. Switch to All Time and re-export to confirm there is data.
- Switch file formats: If the download itself fails, try a different format (for example, CSV instead of XLSX) to isolate whether the issue is format-specific.
- Check your browser’s download permissions: Some browsers block automatic downloads. Look for a blocked-download notification and allow the file.
The AI assistant isn't saving my changes
The AI assistant isn't saving my changes
The assistant requires your explicit confirmation before it writes any change. After you ask it to make a change, look for the preview card in the assistant panel, it describes exactly what will be changed.Click Confirm on that card to apply the change. If you close the card, navigate away, or ignore it, nothing is saved. If no preview card appeared, rephrase your request with more specifics (the customer’s name, the exact field) and try again.
Customers added via the OS aren't recognized by the bot
Customers added via the OS aren't recognized by the bot
The SMS bot identifies customers exclusively by phone number. If a customer you added is not being recognized when they text in, open /live/customers, find that customer, click Edit, and confirm a valid 10-digit mobile number is saved in the phone field. The bot recognizes the customer on their next inbound text.
Referral tree is empty or flat
Referral tree is empty or flat
The referral tree is built solely from the Referred by field on each customer profile. If the tree is flat, those fields have not been filled in yet, the platform does not infer relationships.To build the tree, open a customer’s profile, click Edit, set the Referred by field to the customer who referred them, and save. Repeat for each referred customer. There is no bulk import, each relationship is set on the individual profile.
