Add Apple Shortcuts-based SMS sending flow#79
Merged
Conversation
…ulple bug fixes on the way for the volunteer select logic
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
njbizzle
approved these changes
Jun 3, 2026
njbizzle
left a comment
Member
There was a problem hiding this comment.
Tested it on a few old scam texts and it works great!
navyaa31
approved these changes
Jun 4, 2026
navyaa31
left a comment
Collaborator
There was a problem hiding this comment.
looks good to me! thank you so much for implementing this and for the idea!
|
Visit the preview URL for this PR (updated for commit 1b036bf): https://home-start-80e0a--pr79-feature-textsending-oxt2f6pp.web.app (expires Thu, 11 Jun 2026 21:18:19 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2d310071333235bae3893f27fc89786faff3470f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
POST /api/text-jobs,GET /api/text-jobs/:id) that stores message + recipients in MongoDB with a 1-hour TTLHow it works
Notes
GET /api/text-jobs/:idis intentionally unauthenticated — the UUID job ID acts as the credential (same pattern as Google share links){{First Name}}personalization is resolved server-side per recipient before the Shortcut fetchesNEXT_PUBLIC_SHORTCUT_API_URLcan be set independently ofNEXT_PUBLIC_API_URL(e.g. to an ngrok URL for local testing)Testing