Add Postmark endpoint and initial collection configuration

This commit is contained in:
2025-06-07 01:28:36 -03:00
parent 02ca59d34a
commit 6adb5d5c73
2 changed files with 20 additions and 0 deletions

View File

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

9
endpoints/bruno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"version": "1",
"name": "Inbox Negotiator",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}