We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b306582 commit bb28543Copy full SHA for bb28543
app.py
@@ -6,7 +6,7 @@
6
# Function to send SMS
7
def send_sms(phone_number, sender_id, message):
8
api_url = "https://sms.send.lk/api/v3/sms/send"
9
- api_token = "2334|bH0R9fligE86CIzDKMZmViVZmykcOD0xPCLyrqhK" # Replace with your actual access token
+ api_token = " " # Replace with your actual access token
10
11
msg_data = {
12
"recipient": phone_number,
0 commit comments