You cannot run freshly imported templates without setting each module up.
You’ll need to click on each module and save it again, creating a connection if prompted to.
No, you cannot simply use keyboard shortcuts to run automation. That’s not how Webhooks work.
You need to make an actual HTTP request to trigger a scenario with a “Custom Webhook” trigger module.
You will need to record/write a script (like a macro software like AutoHotKey) to read from your computer clipboard, and open the web browser and paste the contents into the web page.
Links
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 —
General
- Help Center | Tutorials
- Make Academy – learn Make and get your certificate
- Make Blog – get the latest updates
- Features & Pricing
Help Center Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make