Skip to content

feat(platform): add email observability topic#5525

Open
catplat wants to merge 9 commits into
mainfrom
add-email-observability
Open

feat(platform): add email observability topic#5525
catplat wants to merge 9 commits into
mainfrom
add-email-observability

Conversation

@catplat
Copy link
Copy Markdown
Collaborator

@catplat catplat commented Apr 6, 2026

Summary

  • Adds sites/platform/src/development/email-observability.md, a new topic covering the SendGrid Overwatch API for monitoring email delivery from Platform.sh environments
  • Covers authentication, message history (filtered by date, recipient, and event type), delivery statistics, and suppression list management (bounces and blocks)

Closes #5524

Adapted from the corresponding Upsun devcenter PR: https://github.com/upsun/devcenter-mintlify/pull/405

Notes

  • The base URL https://platform.sendgrid.pltfrm.sh needs confirmation — verify this is the correct endpoint for Platform.sh

Test plan

  • Verify https://platform.sendgrid.pltfrm.sh is the correct base URL for Platform.sh
  • Confirm the platform-api-user: client ID is correct for the Platform.sh auth endpoint
  • Check sidebar navigation entry is needed in any config file
  • Preview renders correctly with no broken links or shortcode errors

🤖 Generated with Claude Code

Adds a new topic covering the SendGrid Overwatch API for monitoring
email delivery from Platform.sh environments.

Closes #5524

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 6, 2026

Your Upsun Fixed environment has successfully deployed. 🚀

See the changed pages:

Upsun Fixed docs
Upsun docs

Comment thread sites/platform/src/development/email-observability.md
Retrieve a log of delivery events for a project:

```bash
curl "https://platform.sendgrid.pltfrm.sh/api/v1/self/messages/get/{{< variable "PROJECT_ID" >}}" \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before documenting publicly, we should also trying to upsunify this domain imo (platform.sendgrid.pltfrm.sh).
We should check with Shawn if it's possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add email observability topic for monitoring email delivery via SendGrid Overwatch API

3 participants