Skip to content

Commit dd7bebd

Browse files
Merge pull request #178 from geturbackend/copilot/docs-mail-platform-development
Docs: add comprehensive Mail Platform guide (BYOK, batch, logs, audiences/contacts, broadcasts, webhooks)
2 parents 1807404 + 7f36899 commit dd7bebd

3 files changed

Lines changed: 633 additions & 10 deletions

File tree

mintlify/docs/api-reference/mail/send.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: "Send transactional email with direct content or a named template."
77

88
Sends transactional email from your project.
99

10+
<Info>
11+
For the complete Mail Platform documentation (BYOK, batch sending, logs, audiences, contacts, broadcasts, webhooks, and dashboard workflows), see <a href="/guides/mail-platform">Mail Platform guide</a>.
12+
</Info>
13+
1014
<Warning>
1115
This endpoint requires a **Secret Key** (`sk_live_...`). Do not call it from browser/client code.
1216
</Warning>

mintlify/docs/docs.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@
4444
"concepts/row-level-security"
4545
]
4646
},
47-
{
48-
"group": "Guides",
49-
"pages": [
50-
"guides/authentication",
51-
"guides/social-auth",
52-
"guides/database",
53-
"guides/storage",
54-
"guides/webhooks"
55-
]
56-
},
47+
{
48+
"group": "Guides",
49+
"pages": [
50+
"guides/authentication",
51+
"guides/social-auth",
52+
"guides/mail-platform",
53+
"guides/database",
54+
"guides/storage",
55+
"guides/webhooks"
56+
]
57+
},
5758
{
5859
"group": "SDK",
5960
"pages": [

0 commit comments

Comments
 (0)