Open
Description
Expected Behavior
When receiving a Twilio webhook with a phone number that is not in the database:
- A new client should be created.
- A new chat should be created for the client.
- The incoming message should be recorded in the chat.
Actual Behavior
When receiving a Twilio webhook with a phone number that is not in the database, nothing happens.