Import guide
Import an n8n workflow
Step-by-step: download a WorkFlowAI n8n blueprint, import JSON, configure credentials, and test.
Tip:
Prefer verified n8n recipes when you want human-reviewed setup notes.
1. Download the blueprint
- Open a workflow on WorkFlowAI (e.g. from /workflows).
- Click the download / JSON link for the n8n file.
- Save the
.jsonfile locally.
2. Import into n8n
- Open your n8n instance (cloud or self-hosted).
- Go to Workflows → Add workflow → Import from file (wording may vary slightly by version).
- Select the downloaded JSON.
- Confirm the import. Nodes appear on the canvas.
3. Configure credentials
Imported nodes often need credentials (OpenAI, Slack, Google, etc.):
- Open each node with a red or warning state.
- Create or select credentials in n8n — never paste production secrets into public forms.
- Match environment variables if the recipe mentions them in setup notes.
4. Test safely
- Use a non-production workspace or test accounts first.
- Run the workflow manually with sample data.
- Check error logs and node outputs before enabling schedules or webhooks.
5. Community vs verified
Community recipes are schema-validated imports — review every node before activating. Verified recipes include editorial setup notes. Read the badge and notice on each page.