
Can ChatGPT take after-hours intake?
Yes. Add Sails to ChatGPT. The form catches the request overnight. Morning already has the record and a draft reply.
ChatGPT can draft a reply. It cannot catch the form while you sleep.
Someone fills the form after you close. In the morning the inbox is a pile. The row is not on the board. The first reply is not written. You start from zero.
ChatGPT can write a form or a thank-you note. It cannot host the form. It cannot keep the submissions. A scheduled prompt still wakes a model with no list and no way to save a row.
Sails is Sites, Databases, Mail, and Routines for that chat. The form sits on a URL. Each submission becomes a row. A draft reply is ready when you open the list.
Ask in ChatGPT. Overnight work lands as a row.
You say what the form should ask. Your AI assistant publishes it, saves each submission, and leaves a draft for morning.
Put an intake form on my site. Name, email, what they need, when they can meet.
Published sites/northside/intake.html
Live at https://northside.sails.app/intake. Submissions go to the intake table.
When one lands after hours, save the row and draft a short reply. Do not send it.
Created routine after-hours-intake (on submit)
Routine is on. New rows get a draft in files/drafts.
What came in overnight?
Queried table intake
Read files/drafts/nora-northside.md
Nora at Northside. Wants a quote for a kitchen. Draft is ready. Not sent.
Send that draft from billing@sails.app.
Sent mail from billing@sails.app
Sent. Replies come back to the same address.
The catch is code, not a prompt.
Routines runs when a submission arrives, or on a morning schedule. It writes the row, saves the draft, and leaves the list for you. Deterministic bash. No model in the loop.
A ChatGPT scheduled prompt still wakes a model. It has no form, no table, and no mail address. It rewrites the same advice. It does not catch the request.
Your AI assistant writes that routine from the chat. You do not open a terminal. The form keeps working while ChatGPT is closed.
What you get
A form on a URL
Sites hosts the intake page. Other people open it. Not a ChatGPT share link. Not a paste into another form tool.
A list that stays
Name, contact, and what they need sit in a database. The next chat reads the same table. Morning opens a list, not a pile.
A draft, then send
The first reply is ready when you are. You send it from Mail when you say so. Replies come back to that address.
Put your AI assistant to work.
Add Sails to ChatGPT. The form catches the request overnight. Morning already has the record and a draft reply.