Scheduling and Follow-Up App
Last updated
Was this helpful?
Last updated
Was this helpful?
This tutorial covers how to build a web app that collects contact information from users, prompts them to schedule an appointment, and then invites them to submit feedback after their appointment is over. Throughout the process, it will schedule and send a variety of reminder and follow-up Notifications, all of which are TCPA compliant. Check out this tutorial if you want to learn more about:
Digital scheduling
Timers and reminders
Automatic outreach and TCPA compliance
Creating and managing multi-Step Journeys
📘 This tutorial assumes some basic familiarity with the contents of . If you haven't gone through that tutorial yet, we recommend you do so before proceeding.
Here are the parts of the Airkit platform that you will be working with:
: Creating the UI
: Storing and structuring data
: Querying AirData
: Defining potential appointment times
: Writing outgoing Notifications
: Managing local variables
For a demonstration how this application will work once we're finished, check out this video:
[block:embed] { "html": "<iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRRS1o9Gyzdg%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRRS1o9Gyzdg&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FRRS1o9Gyzdg%2Fhqdefault.jpg&key=f2aa6fc3595946d0afc3d76cbbd25dc3&type=text%2Fhtml&schema=youtube" width="854" height="480" scrolling="no" title="YouTube embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true">", "url": "https://www.youtube.com/watch?v=RRS1o9Gyzdg", "title": "Scheduler DEMO", "favicon": "https://www.google.com/favicon.ico", "image": "https://i.ytimg.com/vi/RRS1o9Gyzdg/hqdefault.jpg", "provider": "youtube.com", "href": "https://www.youtube.com/watch?v=RRS1o9Gyzdg" } [/block]