Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -442,7 +442,7 @@ async def send_chatwoot_message(conversation_id: str, content: str):
|
|
| 442 |
print("📤 Sending to Chatwoot:", url)
|
| 443 |
print("📦 Payload:", json.dumps(message_payload, indent=2))
|
| 444 |
|
| 445 |
-
resp = await http.
|
| 446 |
url,
|
| 447 |
headers={
|
| 448 |
"Content-Type": "application/json",
|
|
|
|
| 442 |
print("📤 Sending to Chatwoot:", url)
|
| 443 |
print("📦 Payload:", json.dumps(message_payload, indent=2))
|
| 444 |
|
| 445 |
+
resp = await http.get(
|
| 446 |
url,
|
| 447 |
headers={
|
| 448 |
"Content-Type": "application/json",
|