mirror of
https://git.yylx.win/https://github.com/sogjugz/freescout-remote-response.git
synced 2025-10-04 18:32:41 +08:00
Fix text position
This commit is contained in:
parent
db962078a5
commit
a75447c060
1 changed files with 5 additions and 5 deletions
10
README.md
10
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.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue