HTTP and Resend: Booking Reminder Template for Store Services

A scheduled Spojit workflow pulls tomorrow's in-store service bookings from your booking system's REST API and emails each customer a branded reminder through Resend.

What It Builds

A Schedule trigger fires every evening and a Connector node uses the http connector to fetch tomorrow's confirmed bookings from your booking system's REST API. A Loop node walks each booking, and a Connector node sends a personalized reminder through the resend connector with the customer name, service, date, time, and store location.

The Prompt

Paste this into Miraxa and it builds the workflow, connecting the tools for you:

Build a workflow that runs every evening at 6pm. Call our booking system's REST API to fetch all confirmed in-store service bookings scheduled for tomorrow, then for each booking send the customer a branded reminder email through Resend that includes their name, the service, the appointment date and time, and the store location.

Connectors Used

  • Schedule trigger - runs the workflow on a daily cron (set your own time and timezone).
  • http - Miraxa connects to your booking system's REST API to pull tomorrow's bookings.
  • resend - sends each branded reminder from your own verified domain.

Customize It

Change the run time and timezone, the lead window (tomorrow vs. same-day vs. two days out), and the email fields you include. You can also adjust which booking statuses count and tailor the subject line and from-address per store, all in the prompt.

Tips

  • Give the http Connector node read access to your booking API and pass any required API key or date filter in the request.
  • Verify your sending domain in Resend first so reminders land reliably and look on-brand.
  • This is a retail reminder only: keep the email to booking logistics, not health details.

Related

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.