Spaces:
Paused
Paused
Commit
·
1fcdf99
1
Parent(s):
2008ddc
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,8 @@ sf = Salesforce(username=sf_user, password=sf_pwd, security_token=sf_token,insta
|
|
74 |
#print(sf.headers)
|
75 |
print("Successfully Connected to Salesforce")
|
76 |
|
|
|
|
|
77 |
# Define a function to handle incoming calls
|
78 |
def handle_incoming_call():
|
79 |
response = VoiceResponse()
|
|
|
74 |
#print(sf.headers)
|
75 |
print("Successfully Connected to Salesforce")
|
76 |
|
77 |
+
conversation_id = ''
|
78 |
+
|
79 |
# Define a function to handle incoming calls
|
80 |
def handle_incoming_call():
|
81 |
response = VoiceResponse()
|