I’m trying to build my first automation for my ai receptionist I built through retell. What nodes do I need to create my first, very simple automation? I want the automation to include airtable, scheduling appointments on a calendar, texting the customer, emailing the customer the summary and texting the business the new appointment.
What is the problem?
I keep running into issues and errors with the YouTube videos I am watching and asking ChatGPT, Gemini & Claude, and the deeper I go into these, it seems to make it worse.
I would suggest completing the Make Academy before jumping into building a complete scenario. If you need specific assistance when you are building a scenario it’s easier to help you then.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
You can use the Hire a Pro category to request for private 1-to-1 assistance via video call/screenshare/private messaging/etc. This may help you get your issue resolved faster especially if it is urgent or contain sensitive information. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services in other categories like here (even if it’s free/unpaid). Posting in the Hire a Pro category will allow other members to assist you over other forms of communication.
Start with a Retell webhook → Airtable ‘Create Record’ → Calendar ‘Create Event’ → SMS (Twilio) → Email. Most errors come from missing field mapping, so double-check your input/output fields.
If it’s just your personal project keep trying and failing, attend the Make Academy as suggested and so on….this is the best way to learn, if you are looking to build this for a real business than I suggest to get in touch with a professional or an agency that can support with it.
if you need any additional help feel free to reach out!
For your AI receptionist setup with Retell, here is a simple breakdown of the modules you will need in Make:
Webhooks module - this is your trigger when Retell sends data after a call
Airtable Create a Record module - to store the appointment details
Google Calendar Create an Event module (or whatever calendar you use)
Twilio Send an SMS module - for texting the customer
Email Send an Email module - for the customer summary
Another Twilio SMS module - to notify your business
The errors you are getting from YouTube tutorials are probably because the tutorials use different field names than what your Retell webhook sends. Open the webhook module first, run a test call through Retell, then check what fields actually come through. Map those exact fields to your other modules.
Start small. Get just the webhook and Airtable working first. Once thats solid, add calendar. Then SMS. Then email. Adding everything at once makes it hard to find where the problem is.