ethiotech4848 commited on
Commit
5e79925
·
verified ·
1 Parent(s): 9d40fb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.post(
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",