mirror of
https://github.com/FranP-code/inbox-negotiator.git
synced 2025-10-13 00:42:26 +00:00
Add Postmark endpoint configuration with request body
This commit is contained in:
22
endpoints/postmark (vercel).bru
Normal file
22
endpoints/postmark (vercel).bru
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
meta {
|
||||||
|
name: /api/postmark (vercel)
|
||||||
|
type: http
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
url: https://inbox-negotiator.vercel.app/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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user