feat: Telnyx Voice + SMS Booking Example#9
Open
a692570 wants to merge 2 commits intofloyd-run:masterfrom
Open
Conversation
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.
Add Telnyx Voice + SMS Booking Example
Summary
This PR adds a production-ready example demonstrating how to integrate Telnyx Voice and SMS APIs with Floyd for phone-based appointment booking. It showcases the full two-phase booking lifecycle (hold, confirm, cancel) through an intuitive voice + SMS flow.
What This Example Demonstrates
Why This Matters
Floyd's hold-then-confirm model is ideal for async workflows, but demonstrating it end-to-end with real communication channels helps developers understand the practical implementation. This example shows:
Use Case
A small business (hair salon, dental office, consulting firm) wants to let customers book appointments by phone. They need:
Files Added
Dependencies
express- Web servertelnyx- Official Telnyx Node SDKaxios- HTTP client for Floyd APIdotenv- Environment managementAll are lightweight, well-maintained packages.
Testing
node index.jsDocumentation Quality
The README includes:
Complementary to Existing Examples
This complements the Vapi tutorial in the Floyd docs by showing a code-first integration rather than a no-code dashboard approach. Developers who prefer to own their infrastructure can use this as a starting point.
Future Enhancements (Out of Scope)
This example lowers the barrier to building production voice booking systems with Floyd. It's focused, documented, and ready to run with minimal configuration.