Skip to content

Feature/email integration#1

Merged
brandongell merged 8 commits intomainfrom
feature/email-integration
Aug 19, 2025
Merged

Feature/email integration#1
brandongell merged 8 commits intomainfrom
feature/email-integration

Conversation

@brandongell
Copy link
Copy Markdown
Owner

No description provided.

- Fixed context retrieval to check both thread and user contexts
- When in a thread, if no context found, also check user context for pending uploads
- This handles the case where templates are uploaded before thread creation
- Clear pending uploads from both contexts after processing
- Added comprehensive debugging logs for context resolution
- Verified Documenso API is working correctly with test script
- Fixed template registry to properly detect uploaded templates
- Added template_id field when updating metadata after Documenso upload
- Created comprehensive test scripts for Documenso API and workflow
- Verified Documenso API integration is working correctly
- Documented all fixes and implementation details
- Included troubleshooting guide and usage instructions
- Listed known limitations and next steps
- Added code examples for common operations
- Confirmed: Documenso API cannot create templates, only documents
- Templates must be created manually through Documenso UI
- Added UPDATE_TEMPLATE_ID intent to update template IDs after manual creation
- Fixed template sending to use correct /create-document endpoint
- Updated instructions to clearly explain the two-step process
- Improved error messages and user guidance throughout
- Add Google Drive OAuth 2.0 authentication service
- Add Google Drive file operations service
- Add Google Drive monitoring service with webhook support
- Create Express server for handling webhooks and OAuth
- Add Railway configuration for cloud deployment
- Implement dual-mode architecture (local vs Google Drive)
- Update package.json with new dependencies and scripts
- Add comprehensive setup documentation

This enables the app to monitor a Google Drive folder and automatically organize documents in the cloud, deployable to Railway for 24/7 operation.
@brandongell brandongell merged commit 086c7ff into main Aug 19, 2025
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant