Import guide
Import a Make.com scenario
How to use WorkFlowAI Make.com blueprints: download, import scenarios, connect apps, and test.
Make blueprints may ship as
.blueprint or scenario export JSON depending on the recipe. Follow the download filename on the workflow page.
1. Get the file
- Open a Make-compatible workflow on WorkFlowAI.
- Download the blueprint or export file linked on the page.
2. Create or open a scenario
- Log into Make.com.
- Create a new scenario (or open an empty one).
- Use the scenario menu to Import Blueprint / load the downloaded file.
3. Map modules & connections
- Reconnect each module to your Make connections (Slack, Sheets, OpenAI, etc.).
- Update any hardcoded team IDs, sheet IDs, or webhook URLs from the original author’s environment.
- Read the workflow’s setup steps on WorkFlowAI for expected field mapping.
4. Run once
- Use Run once with sample data.
- Inspect operation logs for errors.
- Only then enable scheduling or instant triggers.
Common pitfalls
- Wrong plan limits (operations / data transfer).
- Missing optional modules after import — re-add from the catalog if needed.
- Assuming community recipes are production-ready — always review.