mirror of
https://github.com/FranP-code/inbox-negotiator.git
synced 2025-10-13 00:42:26 +00:00
Introduces comprehensive conversation history with a new table and UI for tracking all negotiation emails, AI analysis, and financial outcomes. Enhances real-time updates, manages negotiation rounds, and supports new statuses for negotiation lifecycle. Integrates AI-powered extraction and response analysis to automate intent detection and outcome calculations, improving transparency and automation of debt resolution.
30 lines
627 B
Plaintext
30 lines
627 B
Plaintext
meta {
|
|
name: /api/postmark (localhost:4321)
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:4321/api/postmark
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"TextBody": "Dear customer, you owe $1,250.50 to CreditPlus for your January utility bills. Please pay by 2025-06-15 to avoid penalties.",
|
|
"FromFull": {
|
|
"Email": "contact@francisco-pessano.com",
|
|
"Name": "CreditPlus Billing Department"
|
|
},
|
|
"ToFull": [
|
|
{
|
|
"Email": "contacto@francisco-pessano.com",
|
|
"Name": "",
|
|
"MailboxHash": "ahoy"
|
|
}
|
|
],
|
|
"Subject": "Outstanding Utility Bill Payment Due"
|
|
}
|
|
}
|