Block 1 - Merge
- Type / Role
- n8n-nodes-base.merge - merge
- Config choices
- Version 3.2
This workflow is provided as-is. Please review and test before using in production.
Sync Android drawable assets from Figma to GitHub via PR (multi‑density PNG) This n8n workflow automatically fetches design assets (icons, buttons) from Figma, exports them into Android drawable fo...
n8n-nodes-base.merge, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis n8n workflow automatically fetches design assets (icons, buttons) from Figma, exports them into Android drawable folder formats based on resolution (e.g., mdpi, hdpi, etc.) and commits them to a GitHub branch, creating a Pull Request with all updates.
Icon, Button).| Tool | Purpose |
|---|---|
| Figma API Token | To fetch assets and export URLs |
| GitHub Token | To commit files and open PR |
| n8n | Workflow automation engine |
| Figma File Key | Target design file |
| Node Names | Named like Icon, Button |
Avatar, Chip)CHANGELOG.md| Issue | Possible Cause | Solution |
|---|---|---|
Export URL is null |
Figma node has no export settings | Add export settings in Figma for all components |
| Images not appearing in PR | Merge or file name logic is incorrect | Recheck merge nodes, ensure file names include extensions |
| Duplicate PR created | Condition node not properly checking branch | Update condition to check existing PR or use unique branch name |
| Figma API returns 403/401 | Invalid or expired Figma token | Regenerate token and update n8n credentials |
| GitHub file upload fails | Wrong path or binary input mismatch | Ensure correct folder structure (drawable-mdpi, etc.) and valid binary |
| Assets missing certain resolutions | Not all resolutions exported in Figma | Export all densities in Figma, or fallback to default |
If you’d like help setting up, customizing or expanding this flow, feel free to reach out to our n8n automation team at WeblineIndia!
We can help you:
Happy automating!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Sync Android drawable assets from Figma to GitHub via PR (multi-density PNG) |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | File Management, Multimodal AI |
| Author | WeblineIndia |
| Published | 01 Sept 2025 |
Use the JSON export at /data/workflows/8112/8112.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Sync Android drawable assets from Figma to GitHub via PR (multi‑density PNG) This n8n workflow automatically fetches design assets (icons, buttons) from Figma, exports them into Android drawable fo...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management, Multimodal AI use case.