Add Cloudflare email and collaboration workflows
This commit is contained in:
@@ -7,7 +7,14 @@ Accepted
|
||||
The platform needs to send email notifications for: file changes (to watchers), new comments, conflict alerts, and digest summaries. It must also receive email replies and convert them to comments. Requirement: use Postmark email gateway with plain-text only.
|
||||
|
||||
## Decision
|
||||
**Postmark HTTP API for outgoing email, Postmark inbound webhook for incoming email.**
|
||||
**Postmark or Cloudflare Email Service HTTP API for outgoing email, with a
|
||||
provider-specific verified inbound webhook for incoming email.**
|
||||
|
||||
Amended 2026-07-22: Cloudflare Email Service is supported as an alternative
|
||||
transactional outbound provider. The same durable queue and plain-text
|
||||
templates are shared by Postmark, Cloudflare, and local SMTP. Cloudflare-hosted
|
||||
Workers would normally use an Email binding, but Cairnquire is a standalone Go
|
||||
application and therefore uses the authenticated REST API.
|
||||
|
||||
### Implementation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user