How to Trigger a automate phone call using Make.com and VAPI when an appointment date and time stored in Google Sheets matches the current date and time

Module Export - quick import into your scenario

You can copy and paste this module export into your scenario. This will import the modules (with fields/settings/filters) shown in my screenshots above.

  1. Move your mouse over the line of code below. Copy the JSON by clicking the copy button on the right of the code, which looks like this:

  2. Enter your scenario editor. Press ESC to close any dialogs. Press CTRLV (paste keyboard shortcut for Windows) to paste directly in the editor.

  3. Click on each imported module and re-save it for validation. There may be some errors prompting you to remap some variables and connections.

JSON module export — paste this directly in your scenario

{"subflows":[{"flow":[{"id":1,"module":"google-sheets:filterRows","version":2,"parameters":{"__IMTCONN__":95013},"mapper":{"from":"drive","valueRenderOption":"FORMATTED_VALUE","dateTimeRenderOption":"FORMATTED_STRING","spreadsheetId":"","sheetId":"Test Sheet","includesHeaders":true,"tableFirstRow":"A1:CZ1","filter":[[{"a":"K","o":"text:equal","b":"{{formatDate(now; \"DD-MM-YYYY HH:mm\")}}"}]],"sortOrder":"asc"},"metadata":{"designer":{"x":0,"y":0},"parameters":[{"name":"__IMTCONN__","type":"account:google","label":"Connection","required":true}]}},{"id":2,"module":"vapi:createOutboundPhoneCall","version":1,"metadata":{"designer":{"x":243,"y":-2,"messages":[{"category":"setup","severity":"error","message":"Value must not be empty."}]}}}]}],"metadata":{"version":1}}

Note: Did you know you can reduce the size of blueprints and module export code like the above, using the Make Blueprint Scrubber?

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.