dimagi / open-chat-studio

A web based platform for building Chatbots backed by Large Language Models
BSD 3-Clause "New" or "Revised" License
15 stars 7 forks source link

Warn the user if the whatsapp number as not found at the provider #600

Closed SmittieC closed 3 months ago

SmittieC commented 3 months ago

Description

Warn the user if the whatsapp number as not found at the provider

User Impact

Users will not be blocked if we cannot verify the number at the provider (in this case Twilio), but they will be warned and encouraged to double check

Demo

demo

Docs

Will update on merge

SmittieC commented 3 months ago

Sorry, I removed the "form.is_valid()" in the test which is needed to actually call self.clean. Fixed now