Reintroduce Postmark endpoint configuration with updated request body

This commit is contained in:
2025-06-07 01:29:52 -03:00
parent 6adb5d5c73
commit 42fde69cd3
2 changed files with 22 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
meta {
name: [POST] postmark
type: http
seq: 2
}
post {
url: https://inbox-negotiator.vercel.app/api/postmark
body: none
auth: none
}

22
endpoints/postmark.bru Normal file
View File

@@ -0,0 +1,22 @@
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"
}
}