Automation Recipes
Connect Planelo to your favorite tools. Automations turn your idea hub into a living, breathing system that works while you're away.
CLI Quick Capture
The ultimate "daily driver" for developers. Pipe project notes, bug descriptions, or random thoughts directly into Planelo without leaving your terminal.
-H "X-API-Key: $PLANELO_KEY" \
-d "{\"title\": \"$*\", \"projectId\": \"6b46...\"}"'
Email → Ideas
Forward newsletters, customer feedback, or task reminders to a specific project. Most automation tools like Zapier or Make can bridge your inbox and Planelo in seconds.
- Subject becomes title
- Body becomes description
- Attachment URLs are saved
The "Self-Organizing" Inbox
Use an AI agent (like GPT-4 or Claude) to periodically review your new Ideas. Let it suggest tags, set priority based on context, or even summarize long transcripts.