Files
inbox-negotiator/endpoints/postmark.bru

23 lines
480 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": "billing@creditplus.com",
"Name": "CreditPlus Billing Department"
},
"Subject": "Outstanding Utility Bill Payment Due"
}
}