Email Integration
Setup SES to receive email with SNS hitting the /sns
endpoint and backed by S3.
- Raw message delivery is required on the SNS-to-your-HTTPS-endpoint call
- You'll need to specify the whitelist of email addresses that are allowed to use this functionality
- The subject of the email must be the primary URI to highlight & the body will be used as the highlight data
Bluesky Integration
Configure with your Bluesky account to automatically capture liked posts:
- Set environment variables for Bluesky username and password
- Configure Redis connection URL and HLTE authentication
- Like posts on Bluesky to automatically capture them to your HLTE system
Persistence and Rendering
Content is automatically stored and rendered:
- JSON metadata files stored for long-term archival
- PDFs and screenshots created via Cloudflare Worker
- Content stored in Cloudflare R2 storage
API Direct Access
Programmatically interact with your content:
- Submit content: POST to
/save
endpoint with content data
- Retrieve content: GET from
/entries
with appropriate query parameters
- All requests require authentication via key