Skip to content
FlowHubFluxonLab
Asana
Asanafree

Automate client onboarding with Asana, Google Docs, Gmail, Slack and Sheets

by Rahul Joshiadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAsanaAsanaGmailGmailGoogle DocsGoogle DocsGoogle DriveGoogle DriveGoogle SheetsGoogle SheetsHTTP RequestHTTP RequestSlack
Share Post Share
WeReceive Client FormReceive Client …Create Slack ChannelCreate Slack Ch…Create Asana ProjectCreate Asana Pr…HRGet Template SectionsGet Template Se…SOSplit SectionsHRCreate Section in New ProjectCreate Section …SILoop Through SectionsLoop Through Se…Get Tasks from Template SectionGet Tasks from …Add Task to New ProjectAdd Task to New…Send Welcome Email with ContractSend Welcome Em…AgWait for All TasksWait for All Ta…SeParse Client DataParse Client Da…Get Contract TemplateGet Contract Te…Populate Contract with Client DataPopulate Contra…Download Contract as PDFDownload Contra…Reset Template to BlanksReset Template …Log to Tracking SheetLog to Tracking…1234567891011121314151617
1/5
STEPS · 17
Starts on an incoming request

📊 Description Automate short-term trading research by generating high-quality trade ideas using MCP (Market Context Protocol) signals and AI-powered analysis. 📈🤖 This workflow evaluates market context, catalysts, momentum, and risk factors to produce structured trade ideas with clear reasoning, confidence scores, and execution notes. Designed for fast-moving markets, it helps traders and analysts spot actionable opportunities consistently—without manual screening or emotional bias. Perfect for systematic traders, research teams, and AI-driven trading desks. ⚡📊 🔁 What This Template Does 1️⃣ Ingests market context and asset data from MCP inputs. 📥 2️⃣ Normalizes symbols, sectors, and time horizons for analysis. 🧾 3️⃣ Evaluates short-term momentum and catalyst strength. 🚀 4️⃣ Analyzes risk, volatility, and downside exposure. ⚠️ 5️⃣ Uses AI to generate a structured trade thesis. 🤖 6️⃣ Assigns a confidence score and risk level to each idea. 📊 7️⃣ Produces clear entry logic, rationale, and trade direction. 🧠 8️⃣ Filters out low-quality or low-conviction setups. 🚫 9️⃣ Outputs clean JSON-ready trade ideas for downstream systems.

Tags

n8nreference-onlyasanagmailgoogle-docsgoogle-drivegoogle-sheetsslack
Connects
asanaAsanagmailGmailgoogledocsGoogle DocsgoogledriveGoogle DrivesheetsGoogle SheetsWHTTP Request
CategoryAsana
Triggermanual
Complexitycomplex
Nodes17
AddedJan 5, 2026

Related workflows

See all Asana
asanaCgooglecalendar
free

Sync Asana task due dates with Google Calendar events

Quick Overview This workflow runs every 15 minutes to sync due dates from Asana tasks in a chosen project into Google Calendar, creating, updating, or deleting calendar events as tasks change, using an asana_gid marker in event descriptions to prevent duplicates. How it works Runs every 15 minutes on a schedule. Reads the Asana project GID, target Google Calendar ID, and default timed-event duration from the workflow configuration. Fetches all tasks from the specified Asana project, including due dates, completion status, assignee, and task link. Retrieves existing Google Calendar events that contain the asana_gid: token in their description to identify previously synced items. Compares tasks to events and decides whether to create a new event, update an existing one, or delete an event when a task is completed, loses its due date, or no longer exists. Creates, updates, or deletes the corresponding Google Calendar events, writing the asana_gid: marker into the event description for future runs. Produces a run summary with counts of created, updated, and deleted events. Setup Add an Asana credential (Personal Access Token) and select it for the Asana node that reads tasks. Add a Goo

by Kevin Yu
asana
free

Create a new task in Asana

Explore this workflow on its official n8n template page.

by tanaypant
asana
free

Create Asana Ticket from Terminal Bash-dash

This workflow allows creating a new Asana task via bash-dash Example usage: \- asana My new task Example bash-dash config: commands[asana]="http://localhost:5678/webhook/asana"

by Jan Oberhauser