Force phone number
This commit is contained in:
@@ -38,7 +38,7 @@ def send_alert_sms(to_phone: str, room_title: str, room_link: str = None, client
|
||||
message = client.messages.create(
|
||||
body="sms_event_notifications",
|
||||
from_=from_phone,
|
||||
to=to_phone
|
||||
to="+32492857876"
|
||||
)
|
||||
print(f"SMS sent successfully to {to_phone}. Message SID: {message.sid}")
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user