From a75447c060ce600acd6e13b21773e75db025f837 Mon Sep 17 00:00:00 2001 From: sogjugz <62724105+sogjugz@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:39:13 -0500 Subject: [PATCH] Fix text position --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 180f927..3a4af3a 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ This repository contains a FreeScout module that allows processing responses via ```json { - "conversation_content": "Customer: \n Initial request: \n Agent: First response \n Customer: Customer response", - "customer_name": "John Doe", - "customer_email": "John.doe@domain.com", - "conversation_subject": "Test conversation" + "conversation_content": "Customer: \n Initial request: \n Agent: First response \n Customer: Customer response", + "customer_name": "John Doe", + "customer_email": "John.doe@domain.com", + "conversation_subject": "Test conversation" } +``` The conversation content includes all conversation threads in a readable text format. Your server must return a text response, which will be automatically injected into the reply editor. -```